diff options
author | abs <abs@pkgsrc.org> | 2004-06-28 17:28:56 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-06-28 17:28:56 +0000 |
commit | 1386ca7e03125c4dc16acd59089a360cd21b43ac (patch) | |
tree | 74cf5d1e3488772bfc263f793b9dcf7b0eb4d092 /textproc/xalan-j/Makefile | |
parent | 8f39a0dd5c0a227490d84ad9ad2de8c18a592e62 (diff) | |
download | pkgsrc-1386ca7e03125c4dc16acd59089a360cd21b43ac.tar.gz |
Update to bl3. All test built with jdk or sun-jdk14.
jakarta-tomcat4 has other issues independant of this - will patch next
Diffstat (limited to 'textproc/xalan-j/Makefile')
-rw-r--r-- | textproc/xalan-j/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xalan-j/Makefile b/textproc/xalan-j/Makefile index cf0e84ab21d..d9846edd3cc 100644 --- a/textproc/xalan-j/Makefile +++ b/textproc/xalan-j/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/01/20 12:26:50 agc Exp $ +# $NetBSD: Makefile,v 1.19 2004/06/28 17:28:57 abs Exp $ # # Note: we currently use the pre-built (-bin) distribution of Xalan-J, # because although Xalan runs fine under JDK 1.1, JDK 1.2 or greater is @@ -17,7 +17,7 @@ DEPENDS+= xerces-j>=1.2.0:../../textproc/xerces-j WRKSRC= ${WRKDIR} USE_JAVA= run -USE_BUILDLINK2= +USE_BUILDLINK3= YES NO_CONFIGURE= NO_BUILD= |