From 7ae55deff19e8c227bead6e0a33979e3aa945f20 Mon Sep 17 00:00:00 2001 From: gdt Date: Sat, 8 Mar 2008 21:00:06 +0000 Subject: Don't try to check for apache22 option, but instead just PKG_APACHE_ACCEPTED= apache2 apache22 like every other ap2-foo package. --- www/ap2-subversion/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'www/ap2-subversion') 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" -- cgit v1.2.3