diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2006-02-13 18:53:33 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2006-02-13 18:53:33 +0000 |
commit | c4fb22eedfc0b186e5bb0e2bc2d5447ae6cf6fea (patch) | |
tree | c629c067f222b9a2c586abccb8a568f0a8f6a870 /lang/erlang14 | |
parent | 19a332fd08b8816ef9ace8ff5e46d98e3268b874 (diff) | |
download | ports-c4fb22eedfc0b186e5bb0e2bc2d5447ae6cf6fea.tar.gz ports-c4fb22eedfc0b186e5bb0e2bc2d5447ae6cf6fea.zip |
Upgrade to current bsd.java.mk syntax.
Notes
Notes:
svn path=/head/; revision=155955
Diffstat (limited to 'lang/erlang14')
-rw-r--r-- | lang/erlang14/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/erlang14/Makefile b/lang/erlang14/Makefile index bd9341cf54e1..1c4c42746adb 100644 --- a/lang/erlang14/Makefile +++ b/lang/erlang14/Makefile @@ -31,8 +31,8 @@ COMMENT= A functional programming language from Ericsson # ${JAVA_HOME}/bin is added to the PATH, using the *_ENV macros. .if !defined(WITHOUT_JAVA) -USE_JAVA= 1.4+ -JAVA_BUILD= yes +USE_JAVA= yes +JAVA_VERSION= 1.4+ # Make sure ${JAVA_HOME}/bin is in the path CONFIGURE_ENV+= PATH=${PATH}:${JAVA_HOME}/bin MAKE_ENV+= PATH=${PATH}:${JAVA_HOME}/bin |