diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 23:08:56 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 23:08:56 +0000 |
commit | a582224f292229127fbfc1892699cee68aed933f (patch) | |
tree | 333ccfa77fd4ff5b72f7b76fe184fe2835d53128 /java/jdk13 | |
parent | 83f7357c87ae604238f596915905c471a4241942 (diff) | |
download | ports-a582224f292229127fbfc1892699cee68aed933f.tar.gz ports-a582224f292229127fbfc1892699cee68aed933f.zip |
Notes
Diffstat (limited to 'java/jdk13')
-rw-r--r-- | java/jdk13/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/jdk13/Makefile b/java/jdk13/Makefile index 8773a3b05fcc..4b5e54b7293b 100644 --- a/java/jdk13/Makefile +++ b/java/jdk13/Makefile @@ -130,7 +130,7 @@ BUILD_DEPENDS+= ${JDK13DIR}/bin/javac:${PORTSDIR}/java/jbootstrap .endif .endif -.if ${OSVERSION} < 460101 || ( ${OSVERSION} >= 500000 && ${OSVERSION} < 500038 ) +.if ${OSVERSION} < 500038 EXTRACT_DEPENDS+= gtar:${PORTSDIR}/archivers/gtar TAR= gtar # Necessary for proper extraction of sources .endif @@ -166,7 +166,7 @@ IGNORE += and restart the build.\n\n .endif#} # HotSpot and/or native threads require a recent version of FreeBSD -.if ( defined(WITH_NATIVE_THREADS) || defined(WITH_HOTSPOT) ) && ( ${OSVERSION} < 470101 || ( ${OSVERSION} >= 500000 && ${OSVERSION} < 500043 ) ) +.if ( defined(WITH_NATIVE_THREADS) || defined(WITH_HOTSPOT) ) && ( ${OSVERSION} < 500043 ) ECHO_MSG=/usr/bin/printf IGNORE= :\n\ You must have a version of FreeBSD later than 4.7-STABLE February 2003\n\ |