diff options
author | ade <ade@FreeBSD.org> | 2004-08-04 06:36:52 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-08-04 06:36:52 +0800 |
commit | 964e12c93b0f7a787724b4d70b83d4cab989b315 (patch) | |
tree | 30d59616dab81b2f606e3ae725727737b4cc1b5b /www/mod_webapp | |
parent | 8fc41f53c9bf41c8ba6ee322d3df8ea524ee36ce (diff) | |
download | freebsd-ports-gnome-964e12c93b0f7a787724b4d70b83d4cab989b315.tar.gz freebsd-ports-gnome-964e12c93b0f7a787724b4d70b83d4cab989b315.tar.zst freebsd-ports-gnome-964e12c93b0f7a787724b4d70b83d4cab989b315.zip |
Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15
All autotools ports are now truly versioned and do not conflict with each
other.
This marks the end of "Phase 1" of the autotools updates.
Diffstat (limited to 'www/mod_webapp')
-rw-r--r-- | www/mod_webapp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_webapp/Makefile b/www/mod_webapp/Makefile index c25c6a289ecb..2a6e18045597 100644 --- a/www/mod_webapp/Makefile +++ b/www/mod_webapp/Makefile @@ -17,7 +17,7 @@ DIST_SUBDIR= mod_webapp MAINTAINER= asachs@uunet.co.za COMMENT= Apache module mounts Tomcat web applications -BUILD_DEPENDS= ${NONEXISTANT}:${PORTSDIR}/devel/apr:extract +BUILD_DEPENDS= ${NONEXISTANT}:${PORTSDIR}/devel/apr:configure USE_APACHE= yes WANT_AUTOCONF_VER=253 |