aboutsummaryrefslogtreecommitdiff
path: root/cad/klayout
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2009-05-24 10:12:29 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2009-05-24 10:12:29 +0000
commit1ff219fd09076e5e12d7e740cb5d17e949832162 (patch)
tree048ca964e789e60ae3f28643b894cc82f8081991 /cad/klayout
parentcd075b30213d0cf085ac3e5c9903f3c3f4d94036 (diff)
downloadports-1ff219fd09076e5e12d7e740cb5d17e949832162.tar.gz
ports-1ff219fd09076e5e12d7e740cb5d17e949832162.zip
Remove qt4 build tools from run dependencies.
Approved by: maintainer timeout (2 weeks)
Notes
Notes: svn path=/head/; revision=234480
Diffstat (limited to 'cad/klayout')
-rw-r--r--cad/klayout/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/klayout/Makefile b/cad/klayout/Makefile
index 1305f0a7ed1d..fcd597781bc9 100644
--- a/cad/klayout/Makefile
+++ b/cad/klayout/Makefile
@@ -7,6 +7,7 @@
PORTNAME= klayout
PORTVERSION= 0.17.2
+PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= http://www.klayout.de/
@@ -15,7 +16,7 @@ COMMENT= A Qt-based GDS2 Viewer
USE_GMAKE= yes
USE_QT_VER= 4
-QT_COMPONENTS= corelib gui network moc sql uic rcc qt3support xml
+QT_COMPONENTS= corelib gui network moc_build sql uic_build rcc_build qt3support xml
PLIST_FILES= bin/klayout \
bin/strm2gds \
bin/strm2oas \