diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2017-01-01 05:12:29 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2017-01-01 05:12:29 +0000 |
commit | 5d00a87a2f07c206fa948d1ec61af06cc1519f82 (patch) | |
tree | 541c220e463e6b7ab96742d417c7c9eccfb85106 /cad/klayout | |
parent | a70a4fde17012df5113d4ec37b9030bf1d1a23ac (diff) | |
download | freebsd-ports-5d00a87a2f07c206fa948d1ec61af06cc1519f82.zip |
Use USES=python instead of LIB_DEPEDNS + python:build.
Suggested by: jbeich
Diffstat (limited to 'cad/klayout')
-rw-r--r-- | cad/klayout/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cad/klayout/Makefile b/cad/klayout/Makefile index 438a6aaa76c6..caeb77e497a9 100644 --- a/cad/klayout/Makefile +++ b/cad/klayout/Makefile @@ -10,9 +10,7 @@ COMMENT= Qt-based GDS2 Viewer LICENSE= GPLv2 -LIB_DEPENDS= libpython2.7.so:lang/python27 - -USES= compiler:c++0x execinfo gmake python:build +USES= compiler:c++0x execinfo gmake python USE_RUBY= yes USE_QT4= corelib designer gui network moc_build sql uic_build \ rcc_build qt3support xml |