summaryrefslogtreecommitdiff
path: root/www/mod_webapp
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-07 09:12:58 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-07 09:12:58 +0000
commitf4d7c801f854ff4fad4642d62b23bae798962615 (patch)
treeeee60e8fb7c2a2d1bf0636dd8288df46aee9e9bb /www/mod_webapp
parentAdd dependency on correct DocBook. (diff)
Use the new Apache bits from bsd.port.mk.
Submitted by: dinoex
Notes
Notes: svn path=/head/; revision=93294
Diffstat (limited to 'www/mod_webapp')
-rw-r--r--www/mod_webapp/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/www/mod_webapp/Makefile b/www/mod_webapp/Makefile
index f24123644d4c..8974a160aad5 100644
--- a/www/mod_webapp/Makefile
+++ b/www/mod_webapp/Makefile
@@ -16,11 +16,10 @@ DIST_SUBDIR= mod_webapp
MAINTAINER= asachs@uunet.co.za
COMMENT= Apache module mounts Tomcat web applications
-BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 \
- ${NONEXISTANT}:${PORTSDIR}/devel/apr:extract \
+BUILD_DEPENDS= ${NONEXISTANT}:${PORTSDIR}/devel/apr:extract \
${AUTOCONF}:${PORTSDIR}/devel/autoconf
-RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
+USE_APACHE= yes
USE_LIBTOOL= yes
LIBTOOLFILES= # none
USE_GMAKE= yes
@@ -33,7 +32,6 @@ CONNECTORS_RELEASE= ${PORTVERSION}
.include <bsd.port.pre.mk>
# Apache locations.
-APXS?= ${LOCALBASE}/sbin/apxs
APACHECTL?= ${LOCALBASE}/sbin/apachectl
APR_LIB?= ${LOCALBASE}/lib/
APR_INCLUDE?= ${LOCALBASE}/include/apr-0/