diff options
author | abs <abs> | 2004-06-28 17:28:56 +0000 |
---|---|---|
committer | abs <abs> | 2004-06-28 17:28:56 +0000 |
commit | 0837b6524382f6c88908f3f1508cb0f36fea2409 (patch) | |
tree | 74cf5d1e3488772bfc263f793b9dcf7b0eb4d092 /www/jakarta-tomcat4 | |
parent | e465c4ac4d25ee27ff7db94ce2ff25c98e53ccd1 (diff) | |
download | pkgsrc-0837b6524382f6c88908f3f1508cb0f36fea2409.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 'www/jakarta-tomcat4')
-rw-r--r-- | www/jakarta-tomcat4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/jakarta-tomcat4/Makefile b/www/jakarta-tomcat4/Makefile index f9f4c99fc19..e4bb0c47993 100644 --- a/www/jakarta-tomcat4/Makefile +++ b/www/jakarta-tomcat4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/04/29 16:03:59 erh Exp $ +# $NetBSD: Makefile,v 1.3 2004/06/28 17:28:58 abs Exp $ PKGNAME= jakarta-tomcat4-${TOMCAT_VERSION} DISTNAME= jakarta-tomcat-${TOMCAT_VERSION} @@ -18,7 +18,7 @@ TOMCAT_VERSION= 4.1.30 USE_JAVA=run USE_JAVA2=yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= YES TOMCAT_LIB= ${PREFIX}/tomcat4 |