diff options
author | joerg <joerg@pkgsrc.org> | 2009-01-29 16:54:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-01-29 16:54:17 +0000 |
commit | 29fa2da90afd7de515cbfa181952f1ab9ca3ab81 (patch) | |
tree | 2699dfdae08d8f3b3119ce5809b2bbf36ecc23fb | |
parent | b4e52fd4facb2528c8241cb78b4ff864695f75e7 (diff) | |
download | pkgsrc-29fa2da90afd7de515cbfa181952f1ab9ca3ab81.tar.gz |
Needs libtool.
-rw-r--r-- | security/ap-modsecurity2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/ap-modsecurity2/Makefile b/security/ap-modsecurity2/Makefile index d65d2611b84..33f11825f7d 100644 --- a/security/ap-modsecurity2/Makefile +++ b/security/ap-modsecurity2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/10/25 15:59:27 adrianp Exp $ +# $NetBSD: Makefile,v 1.11 2009/01/29 16:54:17 joerg Exp $ DISTNAME= modsecurity-apache_2.5.7 PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/apache_//} @@ -17,6 +17,7 @@ PKG_APACHE_ACCEPTED= apache2 apache22 GNU_CONFIGURE= YES USE_TOOLS+= pax +USE_LIBTOOL= yes WRKSRC= ${WRKDIR}/${DISTNAME}/apache2 USE_LANGUAGES+= c++ c |