diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-07 23:59:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-07 23:59:54 +0800 |
commit | 368caae555f6ed9aa99e22f3aa14e967314cefa5 (patch) | |
tree | 3859f59d78f684d9c2ccafcbee3df4e5820e3bb9 /cad/layouteditor | |
parent | 3e95ed2d78436b302cc911ae8dcd3f0e2e0b3402 (diff) | |
download | freebsd-ports-gnome-368caae555f6ed9aa99e22f3aa14e967314cefa5.tar.gz freebsd-ports-gnome-368caae555f6ed9aa99e22f3aa14e967314cefa5.tar.zst freebsd-ports-gnome-368caae555f6ed9aa99e22f3aa14e967314cefa5.zip |
Convert c* to USES=zip
Diffstat (limited to 'cad/layouteditor')
-rw-r--r-- | cad/layouteditor/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/layouteditor/Makefile b/cad/layouteditor/Makefile index b0c147a8151e..73171a897dff 100644 --- a/cad/layouteditor/Makefile +++ b/cad/layouteditor/Makefile @@ -14,10 +14,9 @@ COMMENT= IC/MEMS layout editor LIB_DEPENDS= libttf.so:${PORTSDIR}/print/freetype -USES= qmake +USES= qmake zip USE_QT4= corelib gui network moc_build sql uic_build \ rcc_build qt3support xml -USE_ZIP= yes WRKSRC= ${WRKDIR}/layout PLIST_FILES= bin/layout |