aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-05-03 18:20:04 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-05-03 18:20:04 +0000
commit3cb337a8f3b8f0b19a404eb81938235ab2414fb3 (patch)
tree1e76afa1120c2fa685f5d29c838dbe88201b7894
parenta29a9d983db4b083984d2f8c138afca0d99823c8 (diff)
downloadports-3cb337a8f3b8f0b19a404eb81938235ab2414fb3.tar.gz
ports-3cb337a8f3b8f0b19a404eb81938235ab2414fb3.zip
Notes
-rw-r--r--www/mod_webapp/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/mod_webapp/Makefile b/www/mod_webapp/Makefile
index aaa6df2fafd0..b698603ec846 100644
--- a/www/mod_webapp/Makefile
+++ b/www/mod_webapp/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mod_webapp
PORTVERSION= 4.1.24
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= www
MASTER_SITES= http://jakarta.apache.org/%SUBDIR%/
MASTER_SITE_SUBDIR= builds/jakarta-tomcat-4.0/release/v${TOMCAT_RELEASE}/src
@@ -19,6 +19,8 @@ COMMENT= Apache module mounts Tomcat web applications
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/apr:configure
+MAKE_JOBS_UNSAFE= yes
+
USE_APACHE= 1.3
USE_PYTHON_BUILD=yes
USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:22:env
@@ -49,7 +51,6 @@ AUTOCONF?= ${LOCALBASE}/bin/autoconf
PLIST_SUB= APACHE_MODULES=${APACHE_MODULES}
# Build options.
-APACHE_VERSION= 1.3.6
WRKSRC= ${WRKDIR}/${DISTNAME}/webapp
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --with-apxs=${APXS} \