diff options
author | makc <makc@FreeBSD.org> | 2009-05-24 18:12:29 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-05-24 18:12:29 +0800 |
commit | 58eaece7e977e0404950776ffb23a8da9bbfc4e6 (patch) | |
tree | 6b733c08d53702662607c339ddcc7fe78be3b989 /cad | |
parent | 40a12437891e8465852cced6385f944a8b395904 (diff) | |
download | freebsd-ports-gnome-58eaece7e977e0404950776ffb23a8da9bbfc4e6.tar.gz freebsd-ports-gnome-58eaece7e977e0404950776ffb23a8da9bbfc4e6.tar.zst freebsd-ports-gnome-58eaece7e977e0404950776ffb23a8da9bbfc4e6.zip |
Remove qt4 build tools from run dependencies.
Approved by: maintainer timeout (2 weeks)
Diffstat (limited to 'cad')
-rw-r--r-- | cad/klayout/Makefile | 3 |
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 \ |