1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Support for Java 1.2 has been dropped. While here, pet portlint.

Approved by:	portmgr (self)
This commit is contained in:
Mark Linimon 2007-11-22 22:46:37 +00:00
parent 0dc0ef4049
commit 6a7cf7a56f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202799

View File

@ -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: