diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 16:25:33 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 16:25:33 +0000 |
commit | 9f5deb008fb9786f9a9264889d43296a258e9d92 (patch) | |
tree | ec0965bd63c70b3986830805c3ce0427524b81b2 /math/plman | |
parent | 8f284f2bca93129cd50ac223174a3be10e707699 (diff) | |
download | ports-9f5deb008fb9786f9a9264889d43296a258e9d92.tar.gz ports-9f5deb008fb9786f9a9264889d43296a258e9d92.zip |
Notes
Diffstat (limited to 'math/plman')
-rw-r--r-- | math/plman/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/plman/Makefile b/math/plman/Makefile index c661a465bc7f..fce4bf03d885 100644 --- a/math/plman/Makefile +++ b/math/plman/Makefile @@ -8,7 +8,6 @@ CATEGORIES= math java MASTER_SITES= http://${PORTNAME}.sourceforge.net/dist/ \ http://nivi.interfree.it/distfiles/${PORTNAME}.sourceforge.net/ DISTNAME= ${PORTNAME}${PORTVERSION:C/\./_/g} -EXTRACT_SUFX= .zip MAINTAINER= nivit@FreeBSD.org COMMENT= A Propositional Logic sentence shell/interpreter @@ -17,8 +16,8 @@ RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper NO_BUILD= yes +USES= zip USE_JAVA= yes -USE_ZIP= yes JAVA_VERSION= 1.6+ DATADIR= ${JAVASHAREDIR}/${PORTNAME} |