diff options
author | adrianp <adrianp> | 2006-11-05 18:05:33 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2006-11-05 18:05:33 +0000 |
commit | dc00e652d346fb1cac9763326d4e37806ad01917 (patch) | |
tree | b8d86a18c7fcdfe97d58de68fa6b773ddd06d070 /security/ap-modsecurity2 | |
parent | 357613bd0d37347aa62efe43a4a21ddc4c233f68 (diff) | |
download | pkgsrc-dc00e652d346fb1cac9763326d4e37806ad01917.tar.gz |
Add in a BUILDLINK depends on apache>=2.0.59nb2 as that contains the
libtool fix this package needs to build.
Riding on the initial import - no PKGREVISION bump
Diffstat (limited to 'security/ap-modsecurity2')
-rw-r--r-- | security/ap-modsecurity2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/ap-modsecurity2/Makefile b/security/ap-modsecurity2/Makefile index 5909a1e42c6..f7be9754c1a 100644 --- a/security/ap-modsecurity2/Makefile +++ b/security/ap-modsecurity2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/11/05 14:33:37 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2006/11/05 18:05:33 adrianp Exp $ DISTNAME= modsecurity-apache_2.0.3 PKGNAME= ${APACHE_PKG_PREFIX}-modsecurity-2.0.3 @@ -19,6 +19,8 @@ CONF_FILES= ${EGDIR}/modsecurity.conf-minimal \ ${PKG_SYSCONFDIR}/httpd/modsecurity.conf MESSAGE_SRC+= ${WRKDIR}/.MESSAGE_SRC +BUILDLINK_API_DEPENDS.apache+= apache>=2.0.59nb2 + SUBST_CLASSES= make SUBST_STAGE.make= post-patch SUBST_FILES.make= apache2/Makefile |