diff options
Diffstat (limited to 'www/mod_cplusplus/Makefile')
-rw-r--r-- | www/mod_cplusplus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_cplusplus/Makefile b/www/mod_cplusplus/Makefile index 89b1e052d537..b1e1266aa194 100644 --- a/www/mod_cplusplus/Makefile +++ b/www/mod_cplusplus/Makefile @@ -17,7 +17,7 @@ COMMENT= Apache module for loading C++ objects as handlers MAKE_JOBS_SAFE= yes USE_APACHE= 2.0+ -USE_AUTOTOOLS= autoconf:262 autoheader:262 libtool:15 automake:19 aclocal:19 +USE_AUTOTOOLS= autoconf:262 autoheader:262 libtool:22 automake:19 aclocal:19 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-apxs=${APXS} |