[Midnightbsd-cvs] mports: Makefile: Like xerces, require java 5 to avoid bugs on magus

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Oct 13 13:44:37 EDT 2008


Log Message:
-----------
Like xerces, require java 5 to avoid bugs on magus (although this won't run without xerces)

Modified Files:
--------------
    mports/textproc/xalan-j:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/textproc/xalan-j/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L textproc/xalan-j/Makefile -L textproc/xalan-j/Makefile -u -r1.1 -r1.2
--- textproc/xalan-j/Makefile
+++ textproc/xalan-j/Makefile
@@ -20,7 +20,7 @@
 RUN_DEPENDS=	java:${PORTSDIR}/java/javavmwrapper
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.2+
+JAVA_VERSION=	1.5+
 USE_ANT=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}_${PORTVERSION:S/./_/g}


More information about the Midnightbsd-cvs mailing list