diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 15:21:21 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 15:21:21 +0000 |
commit | 4af74fc7f1c8ee7957caeae86c74d39b94e84fef (patch) | |
tree | 9b323bcd3bd5e01546acdcbc8ebfa5e108a04d56 /java/jgraph | |
parent | - Change license BSD to BSD3CLAUSE (diff) |
Convert j* to USES=zip
Diffstat (limited to 'java/jgraph')
-rw-r--r-- | java/jgraph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jgraph/Makefile b/java/jgraph/Makefile index a026eeeb8968..2255625b7d3c 100644 --- a/java/jgraph/Makefile +++ b/java/jgraph/Makefile @@ -19,7 +19,7 @@ OPTIONS_DEFINE= COMPILE DOCS COMPILE_DESC= Compile from source instead of using prebuilt binaries -USE_ZIP= yes +USES= zip NO_WRKSUBDIR= yes USE_JAVA= yes JAVA_VERSION= 1.6+ |