summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2008-03-08 21:00:06 +0000
committergdt <gdt@pkgsrc.org>2008-03-08 21:00:06 +0000
commit37d89694176e06518d581a21386484cc367b20d7 (patch)
tree66fb8bdedd326be64047ffcbccaccb50c0b48f66
parentffef4dca02d8c6d30d29c7cf7b3f85e7e8d00948 (diff)
downloadpkgsrc-37d89694176e06518d581a21386484cc367b20d7.tar.gz
Don't try to check for apache22 option, but instead just
PKG_APACHE_ACCEPTED= apache2 apache22 like every other ap2-foo package.
-rw-r--r--www/ap2-subversion/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/www/ap2-subversion/Makefile b/www/ap2-subversion/Makefile
index 8536f029da4..c5af3133606 100644
--- a/www/ap2-subversion/Makefile
+++ b/www/ap2-subversion/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2008/01/18 05:09:47 tnn Exp $
+# $NetBSD: Makefile,v 1.32 2008/03/08 21:00:06 gdt Exp $
PKGNAME= ${APACHE_PKG_PREFIX}-subversion-${SVNVER}
PKGREVISION= 1
@@ -18,12 +18,7 @@ post-patch:
${RM} ${WRKSRC}/build-outputs.mk
${CP} ${FILESDIR}/build-outputs.mk ${WRKSRC}/build-outputs.mk
-.if !empty(PKG_OPTIONS:Mapache22)
-BUILDLINK_API_DEPENDS.apache?= apache>=2.0.48
-PKG_APACHE_ACCEPTED= apache22
-.else
-PKG_APACHE_ACCEPTED= apache2
-.endif
+PKG_APACHE_ACCEPTED= apache2 apache22
.include "../../devel/subversion-base/buildlink3.mk"
.include "../../mk/apache.mk"