diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 07:08:56 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 07:08:56 +0800 |
commit | 37bf109345c47df26a557cde52e2fa7c4cefa61f (patch) | |
tree | f18b1a4e1bec48ac54096cb793fb428d6441de6e /java | |
parent | e90eea7c8106d9e81d021eae312dbffbbd421c30 (diff) | |
download | freebsd-ports-gnome-37bf109345c47df26a557cde52e2fa7c4cefa61f.tar.gz freebsd-ports-gnome-37bf109345c47df26a557cde52e2fa7c4cefa61f.tar.zst freebsd-ports-gnome-37bf109345c47df26a557cde52e2fa7c4cefa61f.zip |
Remove support for OSVERSION < 5
Diffstat (limited to 'java')
-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\ |