diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 16:49:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 16:49:09 +0000 |
commit | c23ef8bc8bf7d31214830bdcaa75c6018065881a (patch) | |
tree | 4a5c38c58618cc47e6b107297e7eebb1a64292be /devel/flexjson/Makefile | |
parent | 1510b743f230c8b6af6cc251122903f0afdc1461 (diff) | |
download | ports-c23ef8bc8bf7d31214830bdcaa75c6018065881a.tar.gz ports-c23ef8bc8bf7d31214830bdcaa75c6018065881a.zip |
Notes
Diffstat (limited to 'devel/flexjson/Makefile')
-rw-r--r-- | devel/flexjson/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/flexjson/Makefile b/devel/flexjson/Makefile index 37def3978478..f639a81da3b2 100644 --- a/devel/flexjson/Makefile +++ b/devel/flexjson/Makefile @@ -7,11 +7,11 @@ PORTREVISION= 1 CATEGORIES= devel java MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Flexjson%201.0 DISTNAME= ${PORTNAME} -EXTRACT_SUFX= .zip MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight Java library to write JSON +USES= zip OPTIONS_DEFINE= DOCS USE_JAVA= yes JAVA_VERSION= 1.6+ |