diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-07 09:12:58 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-07 09:12:58 +0000 |
commit | f4d7c801f854ff4fad4642d62b23bae798962615 (patch) | |
tree | eee60e8fb7c2a2d1bf0636dd8288df46aee9e9bb /www/mod_webapp | |
parent | 2e8e10b527cd18511e4bd6a598f05050d4190015 (diff) | |
download | ports-f4d7c801f854ff4fad4642d62b23bae798962615.tar.gz ports-f4d7c801f854ff4fad4642d62b23bae798962615.zip |
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/Makefile | 6 |
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/ |