diff options
author | joerg <joerg@pkgsrc.org> | 2014-08-19 13:44:07 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-08-19 13:44:07 +0000 |
commit | 3705111011a43102007ea5b3f33ef269c0b14d25 (patch) | |
tree | b819b9fe6462d127b2701f91e5f8fc9b2604ab96 | |
parent | 4d5b11f223842c92447989d3bb5f1c4fdbfde125 (diff) | |
download | pkgsrc-3705111011a43102007ea5b3f33ef269c0b14d25.tar.gz |
Needs libtool
-rw-r--r-- | www/ap2-suphp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ap2-suphp/Makefile b/www/ap2-suphp/Makefile index 5558ef16b00..d0833c9d459 100644 --- a/www/ap2-suphp/Makefile +++ b/www/ap2-suphp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2014/06/10 15:22:17 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2014/08/19 13:44:07 joerg Exp $ DISTNAME= suphp-0.7.2 PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME} @@ -13,6 +13,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes USE_TOOLS+= aclocal autoconf autoheader automake lex +USE_LIBTOOL= yes GNU_CONFIGURE= yes GCC_REQD+= 3.0 # the C++ code uses the .at() method CONFIGURE_ARGS+= APXS=${APXS} |