diff options
Diffstat (limited to 'www/mod_webapp/Makefile')
-rw-r--r-- | www/mod_webapp/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/mod_webapp/Makefile b/www/mod_webapp/Makefile index e892088f2919..c25c6a289ecb 100644 --- a/www/mod_webapp/Makefile +++ b/www/mod_webapp/Makefile @@ -17,12 +17,12 @@ DIST_SUBDIR= mod_webapp MAINTAINER= asachs@uunet.co.za COMMENT= Apache module mounts Tomcat web applications -BUILD_DEPENDS= ${NONEXISTANT}:${PORTSDIR}/devel/apr:extract \ - ${AUTOCONF}:${PORTSDIR}/devel/autoconf +BUILD_DEPENDS= ${NONEXISTANT}:${PORTSDIR}/devel/apr:extract USE_APACHE= yes -USE_LIBTOOL_VER=13 -LIBTOOLFILES= # none +WANT_AUTOCONF_VER=253 +WANT_LIBTOOL_VER=13 +GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes |