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 | 4d090be8d2109429d7dea931f9484e940efc993d (patch) | |
tree | 2699dfdae08d8f3b3119ce5809b2bbf36ecc23fb /security | |
parent | d01922fda37afd202c64009244d9dabc8f118958 (diff) | |
download | pkgsrc-4d090be8d2109429d7dea931f9484e940efc993d.tar.gz |
Needs libtool.
Diffstat (limited to 'security')
-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 |