diff options
author | linimon <linimon@FreeBSD.org> | 2007-11-23 06:46:37 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-11-23 06:46:37 +0800 |
commit | 8eaf5e0ec41639a2bbb699e4bbe76b0005fb4826 (patch) | |
tree | 9e9d6f2131f6252f2e0677bd53de32e7106b39cc /textproc | |
parent | 2a2da8b4b23ee9bea95b96c1fe2e75785fde065d (diff) | |
download | freebsd-ports-gnome-8eaf5e0ec41639a2bbb699e4bbe76b0005fb4826.tar.gz freebsd-ports-gnome-8eaf5e0ec41639a2bbb699e4bbe76b0005fb4826.tar.zst freebsd-ports-gnome-8eaf5e0ec41639a2bbb699e4bbe76b0005fb4826.zip |
Support for Java 1.2 has been dropped. While here, pet portlint.
Approved by: portmgr (self)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/galax/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/galax/Makefile b/textproc/galax/Makefile index fe1efc7bea4b..1ad62a722eb4 100644 --- a/textproc/galax/Makefile +++ b/textproc/galax/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml WRKSRC= ${WRKDIR}/galax USE_JAVA= yes -JAVA_VERSION= 1.2 1.3 1.4 +JAVA_VERSION= 1.3 1.4 USE_GMAKE= yes ALL_TARGET= world MAKE_ARGS= JAVAHOME=${JAVA_HOME} JAVAINCLUDE="-I${JAVA_HOME}/include -I${JAVA_HOME}/include/freebsd" \ @@ -32,7 +32,7 @@ PLIST_SUB+= GALAX=Galax-${PORTVERSION} .include <bsd.port.pre.mk> .if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" +BROKEN= Does not compile on !i386 .endif pre-patch: |