diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-07-15 07:45:18 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-07-15 07:45:18 +0000 |
commit | 2ee7fa38a590f31d41a812112b60c73a643dfd7f (patch) | |
tree | f86a70219d6bf026af26777d8f32c7ace92e9ae9 /java/jode | |
parent | misc/zygrib: Correct the BROKEN line: it is broken in i386 (diff) |
Unbreak
Diffstat (limited to 'java/jode')
-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 |