diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-06-08 13:57:09 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-06-08 13:57:09 +0800 |
commit | 6621d01557a02d400f6e18d57dd85b574387b6a7 (patch) | |
tree | d258cdb49851b4648745075d3df282004dfafc9a /www | |
parent | c06f5ed417adf79acc42b0da63162c0afc0e14fa (diff) | |
download | freebsd-ports-gnome-6621d01557a02d400f6e18d57dd85b574387b6a7.tar.gz freebsd-ports-gnome-6621d01557a02d400f6e18d57dd85b574387b6a7.tar.zst freebsd-ports-gnome-6621d01557a02d400f6e18d57dd85b574387b6a7.zip |
- USE_APACHE=yes is deprecated
Diffstat (limited to 'www')
-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 bf66c0647970..2fbef669ba76 100644 --- a/www/mod_webapp/Makefile +++ b/www/mod_webapp/Makefile @@ -19,7 +19,7 @@ COMMENT= Apache module mounts Tomcat web applications BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/apr:configure -USE_APACHE= yes +USE_APACHE= 1.3 USE_PYTHON_BUILD=yes USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:15:env GNU_CONFIGURE= yes |