diff options
author | sborrill <sborrill@pkgsrc.org> | 2009-11-10 16:35:06 +0000 |
---|---|---|
committer | sborrill <sborrill@pkgsrc.org> | 2009-11-10 16:35:06 +0000 |
commit | 31ca23a5c29c939d663fa47d02664b4a5cfc8162 (patch) | |
tree | 2c8bb84ac5eccbc5a1985046676622b8fb7fcf1e /www/ap2-cband | |
parent | 3ac538707559ca5b6123d0301bc596b22d7da47b (diff) | |
download | pkgsrc-31ca23a5c29c939d663fa47d02664b4a5cfc8162.tar.gz |
Needs libtool (highlighted by partial bulk builds)
Diffstat (limited to 'www/ap2-cband')
-rw-r--r-- | www/ap2-cband/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ap2-cband/Makefile b/www/ap2-cband/Makefile index 2ba6f4302d4..58bab447b53 100644 --- a/www/ap2-cband/Makefile +++ b/www/ap2-cband/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/11/10 10:44:57 sborrill Exp $ +# $NetBSD: Makefile,v 1.2 2009/11/10 16:35:06 sborrill Exp $ # DISTNAME= mod-cband-0.9.7.5 @@ -19,6 +19,7 @@ DOC_DIR= ${PREFIX}/share/doc/${APACHE_MODULE_NAME} APACHE_MODULE= yes PKG_APACHE_ACCEPTED= apache2 apache22 +USE_LIBTOOL= yes HAS_CONFIGURE= yes BUILD_TARGET= |