summaryrefslogtreecommitdiff
path: root/www/ap2-subversion
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
commit7ae55deff19e8c227bead6e0a33979e3aa945f20 (patch)
tree66fb8bdedd326be64047ffcbccaccb50c0b48f66 /www/ap2-subversion
parent3e5685a40da2c0d4cb538bf13b970c820e66d88e (diff)
downloadpkgsrc-7ae55deff19e8c227bead6e0a33979e3aa945f20.tar.gz
Don't try to check for apache22 option, but instead just
PKG_APACHE_ACCEPTED= apache2 apache22 like every other ap2-foo package.
Diffstat (limited to 'www/ap2-subversion')
-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"