diff options
Diffstat (limited to 'java/jode/Makefile')
-rw-r--r-- | java/jode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/jode/Makefile b/java/jode/Makefile index 75b065476e90..e9d9e66d63b5 100644 --- a/java/jode/Makefile +++ b/java/jode/Makefile @@ -12,11 +12,11 @@ WWW= https://jode.sourceforge.net/ BUILD_DEPENDS= ${GETOPT_JAR}:java/java-getopt RUN_DEPENDS:= ${BUILD_DEPENDS} +USES= gmake java perl5 shebangfix + VENDOR_VERSION= 1.1.2-pre1 -USE_JAVA= yes NEED_JAVAC= yes GNU_CONFIGURE= yes -USES= gmake perl5 shebangfix SHEBANG_FILES= ${WRKSRC}/jcpp USE_PERL5= test MAKE_JOBS_UNSAFE= yes |