diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-07 17:12:58 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-07 17:12:58 +0800 |
commit | 264cdcd7a6bead083ad3106f86fb0744dedb57f5 (patch) | |
tree | 1a018b24ee2f215bd6917d868f44c8f904dda8bf /www/apache-jserv | |
parent | 8ea77b67d66da4a3b085568e881b2aab1f559c32 (diff) | |
download | freebsd-ports-gnome-264cdcd7a6bead083ad3106f86fb0744dedb57f5.tar.gz freebsd-ports-gnome-264cdcd7a6bead083ad3106f86fb0744dedb57f5.tar.zst freebsd-ports-gnome-264cdcd7a6bead083ad3106f86fb0744dedb57f5.zip |
Use the new Apache bits from bsd.port.mk.
Submitted by: dinoex
Diffstat (limited to 'www/apache-jserv')
-rw-r--r-- | www/apache-jserv/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/apache-jserv/Makefile b/www/apache-jserv/Makefile index ffb94c7427b3..a29911530229 100644 --- a/www/apache-jserv/Makefile +++ b/www/apache-jserv/Makefile @@ -18,10 +18,10 @@ COMMENT= Loadable servlet module for apache USE_JAVA= 1.1+ NEED_JAVAC= yes -BUILD_DEPENDS= ${LOCALBASE}/sbin/apachectl:${PORTSDIR}/www/apache13\ +BUILD_DEPENDS= ${LOCALBASE}/sbin/apachectl:${PORTSDIR}/${APACHE_PORT}\ ${LOCALBASE}/share/java/classes/jsdk.jar:${PORTSDIR}/java/jsdk RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/javavmwrapper\ - ${LOCALBASE}/sbin/apachectl:${PORTSDIR}/www/apache13\ + ${LOCALBASE}/sbin/apachectl:${PORTSDIR}/${APACHE_PORT}\ ${LOCALBASE}/share/java/classes/jsdk.jar:${PORTSDIR}/java/jsdk USE_GMAKE= yes @@ -35,7 +35,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX}\ --libdir=${LOCALBASE}/libexec/apache\ --with-logdir=/var/log\ --sysconfdir=${PREFIX}/etc/apache\ - --with-apxs=${LOCALBASE}/sbin/apxs\ + --with-apxs=${APXS}\ --with-jdk-home=${JAVA_HOME}\ --with-JSDK=${LOCALBASE}/share/java/classes/jsdk.jar\ --with-java=${JAVA}\ |