diff options
author | antoine <antoine@FreeBSD.org> | 2018-07-15 15:45:18 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-07-15 15:45:18 +0800 |
commit | 8f53b02c3f2b190abacac015066120bb96b217a6 (patch) | |
tree | f86a70219d6bf026af26777d8f32c7ace92e9ae9 /java | |
parent | 9e4a41224ded3251916cda191d948613479b52ba (diff) | |
download | freebsd-ports-gnome-8f53b02c3f2b190abacac015066120bb96b217a6.tar.gz freebsd-ports-gnome-8f53b02c3f2b190abacac015066120bb96b217a6.tar.zst freebsd-ports-gnome-8f53b02c3f2b190abacac015066120bb96b217a6.zip |
Unbreak
Diffstat (limited to 'java')
-rw-r--r-- | java/jode/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/jode/Makefile b/java/jode/Makefile index 2a194d6f6da5..b3580fd439df 100644 --- a/java/jode/Makefile +++ b/java/jode/Makefile @@ -19,8 +19,9 @@ USE_JAVA= yes JAVA_VERSION= 1.6+ NEED_JAVAC= yes GNU_CONFIGURE= yes -USES= gmake perl5:test shebangfix +USES= gmake perl5 shebangfix SHEBANG_FILES= ${WRKSRC}/jcpp +USE_PERL5= test MAKE_JOBS_UNSAFE= yes TEST_TARGET= check |