diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-11 00:25:33 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-11 00:25:33 +0800 |
commit | ec3fdd65b57bc698a5e8f66d1268057ca3d22e6b (patch) | |
tree | ec0965bd63c70b3986830805c3ce0427524b81b2 /math/jacal | |
parent | 3f0f7233ff91a236628a65d2f651e1a3f828177a (diff) | |
download | freebsd-ports-gnome-ec3fdd65b57bc698a5e8f66d1268057ca3d22e6b.tar.gz freebsd-ports-gnome-ec3fdd65b57bc698a5e8f66d1268057ca3d22e6b.tar.zst freebsd-ports-gnome-ec3fdd65b57bc698a5e8f66d1268057ca3d22e6b.zip |
Convert m* to USES=zip
Diffstat (limited to 'math/jacal')
-rw-r--r-- | math/jacal/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/jacal/Makefile b/math/jacal/Makefile index 0987ad390693..47409acad517 100644 --- a/math/jacal/Makefile +++ b/math/jacal/Makefile @@ -14,9 +14,7 @@ RUN_DEPENDS= scm:${PORTSDIR}/lang/scm \ WRKSRC= ${WRKDIR}/jacal -USE_ZIP= yes -USE_GMAKE= yes -USES= perl5 +USES= gmake perl5 zip NO_BUILD= yes MAN1= jacal.1 |