mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Upgrade to current bsd.java.mk syntax.
This commit is contained in:
parent
19a332fd08
commit
c4fb22eedf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155955
4 changed files with 8 additions and 6 deletions
|
@ -15,7 +15,8 @@ MAINTAINER= olgeni@FreeBSD.org
|
|||
COMMENT= A full-featured integrated environment for Java
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_JAVA= 1.4+
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.4+
|
||||
NO_BUILD= yes
|
||||
RESTRICTED= Restrictive license
|
||||
|
||||
|
|
|
@ -15,7 +15,8 @@ MAINTAINER= olgeni@FreeBSD.org
|
|||
COMMENT= A full-featured integrated environment for Java
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_JAVA= 1.4+
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.4+
|
||||
NO_BUILD= yes
|
||||
RESTRICTED= Restrictive license
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue