diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-10-06 15:47:06 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-10-06 15:47:06 +0000 |
commit | 4b9d5213edbd2afe013ecd34a0f2cf85baceb5df (patch) | |
tree | 8df92e6568521a9cd4e6a9f732ae6b59e4fcf788 /devel/wfut | |
parent | the distfile got rerolled because the version number on startup showed (diff) |
use new bsd.java.mk syntax
Noted by: hq
Notes
Notes:
svn path=/head/; revision=144411
Diffstat (limited to 'devel/wfut')
-rw-r--r-- | devel/wfut/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/wfut/Makefile b/devel/wfut/Makefile index b316ee88ab3e..75f53c70e44c 100644 --- a/devel/wfut/Makefile +++ b/devel/wfut/Makefile @@ -15,7 +15,8 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= Software updater tool for WorldForge applications USE_BZIP2= yes -USE_JAVA= 1.5+ +USE_JAVA= yes +JAVA_VERSION= 1.5+ NO_BUILD= yes USE_X_PREFIX= yes |