diff options
Diffstat (limited to 'www/jakarta-servletapi/Makefile')
-rw-r--r-- | www/jakarta-servletapi/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/jakarta-servletapi/Makefile b/www/jakarta-servletapi/Makefile index 246e857ba0f..35222daf805 100644 --- a/www/jakarta-servletapi/Makefile +++ b/www/jakarta-servletapi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2005/12/26 23:39:34 schmonz Exp $ +# $NetBSD: Makefile,v 1.23 2006/01/04 04:29:08 schmonz Exp $ DISTNAME= jakarta-servletapi-${TOMCAT_VERSION}-src PKGNAME= ${DISTNAME:S/-src$//} @@ -10,8 +10,7 @@ MAINTAINER= jwise@NetBSD.org HOMEPAGE= http://jakarta.apache.org/ COMMENT= The Apache project's implementation of the JSP and Java Servlet APIs -PKG_FAIL_REASON+= "Broken on NetBSD/i386 3.0 in pkgsrc-2005Q4" -PKG_FAIL_REASON+= "Will be removed in pkgsrc-2006Q1 unless fixed" +BROKEN_IN= pkgsrc-2005Q4 BUILD_DEPENDS+= apache-ant>=1.4.1:../../devel/apache-ant |