diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 12:19:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 12:19:32 +0000 |
commit | 1e3322fef29865ce2011441906dec129469ddc66 (patch) | |
tree | c55d01f16615ab32e295da7b511750b8e0423c94 /java/jode | |
parent | - Convert gmake, bzip2 to USES (diff) |
- Covert gmake, xz to USES
Approved by: portmgr
Diffstat (limited to 'java/jode')
-rw-r--r-- | java/jode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jode/Makefile b/java/jode/Makefile index 6d3537c6e61e..5419b5d451ac 100644 --- a/java/jode/Makefile +++ b/java/jode/Makefile @@ -19,7 +19,7 @@ USE_JAVA= yes JAVA_VERSION= 1.6+ NEED_JAVAC= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake MAKE_JOBS_UNSAFE= yes GETOPT_JAR= ${JAVALIBDIR}/java-getopt.jar |