summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortv <tv>2005-09-20 18:25:47 +0000
committertv <tv>2005-09-20 18:25:47 +0000
commitca82037ad534ef45a7337bb0738d37911a92f942 (patch)
tree8281c2e4ba94da85837f049fdc3b3d628550db35 /www
parentcef87ff198a2c0198f9e3e6eb0ed6f2b1c861e0f (diff)
downloadpkgsrc-ca82037ad534ef45a7337bb0738d37911a92f942.tar.gz
This was building without properly attaching a DEPENDS reference to apache2,
thus leaving the package dangling if apache2 were to be removed or upgraded. Change to using apache2/buildlink3.mk, like the other ap2-* modules do, and bump PKGREVISION for the implicit DEPENDS change.
Diffstat (limited to 'www')
-rw-r--r--www/ap2-fastcgi/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/ap2-fastcgi/Makefile b/www/ap2-fastcgi/Makefile
index 786b9dd33d9..f6707f32fb0 100644
--- a/www/ap2-fastcgi/Makefile
+++ b/www/ap2-fastcgi/Makefile
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2005/05/21 04:10:18 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2005/09/20 18:25:47 tv Exp $
.include "../../www/ap-fastcgi/Makefile.common"
PKGNAME= ${DISTNAME:S/mod_/ap2-/}
+PKGREVISION= 1
PKG_APACHE_ACCEPTED= apache2
APACHE_MANUAL= manual
+APACHE_MODULE= # defined
USE_LIBTOOL= YES
MAKE_FLAGS+= LIBTOOL=${LIBTOOL:Q}
@@ -17,5 +19,5 @@ SUBST_SED.ap2= -e s,/usr/local/apache2,${PREFIX}/share/httpd,
post-patch:
${CP} ${WRKSRC}/Makefile.AP2 ${WRKSRC}/Makefile
-.include "../../mk/apache.mk"
+.include "../../www/apache2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"