diff options
author | glewis <glewis@FreeBSD.org> | 2007-03-14 11:25:37 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2007-03-14 11:25:37 +0800 |
commit | 039a8560ec53d16ce2353ee5586cb6523eeeeff6 (patch) | |
tree | a2040140855f94807f1e6f07f41d4d77afdf22db /java/diablo-jdk15 | |
parent | ca1a27dba6ff4efb4dd5cb483670caaf65967854 (diff) | |
download | freebsd-ports-gnome-039a8560ec53d16ce2353ee5586cb6523eeeeff6.tar.gz freebsd-ports-gnome-039a8560ec53d16ce2353ee5586cb6523eeeeff6.tar.zst freebsd-ports-gnome-039a8560ec53d16ce2353ee5586cb6523eeeeff6.zip |
. Disable the build on 7.x until there is a compat6x or a binary for 7.x.
Found by: pointyhat, time zone updates
Diffstat (limited to 'java/diablo-jdk15')
-rw-r--r-- | java/diablo-jdk15/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/diablo-jdk15/Makefile b/java/diablo-jdk15/Makefile index a9b5be6e6e1e..27226516e01c 100644 --- a/java/diablo-jdk15/Makefile +++ b/java/diablo-jdk15/Makefile @@ -45,7 +45,7 @@ INSTALL_DIR= ${PREFIX}/${PKGNAMEPREFIX}jdk${JDK_VERSION} .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 600000 +.if ${OSVERSION} >= 600000 && ${OSVERSION} <= 700000 JDK_OSREL=freebsd6 .elif ${OSVERSION} >= 500000 && ${ARCH} == "i386" JDK_OSREL=freebsd5 |