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/impact | |
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/impact')
-rw-r--r-- | cad/impact/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/impact/Makefile b/cad/impact/Makefile index 23c2cf99fd2b..98ea2c9d1f30 100644 --- a/cad/impact/Makefile +++ b/cad/impact/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= java3d>0:${PORTSDIR}/java/java3d WRKSRC= ${WRKDIR}/Impact -USE_ZIP= yes +USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes |