diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-11-05 18:05:33 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-11-05 18:05:33 +0000 |
commit | 6912b69782323a5fa6b01b3118b3575b2b489eea (patch) | |
tree | b8d86a18c7fcdfe97d58de68fa6b773ddd06d070 /security/ap-modsecurity2/Makefile | |
parent | 7d95e4f164796b3a85389e031c4a98fc44c5675f (diff) | |
download | pkgsrc-6912b69782323a5fa6b01b3118b3575b2b489eea.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/Makefile')
-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 |