diff options
author | Steve Price <steve@FreeBSD.org> | 2000-11-13 04:48:16 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-11-13 04:48:16 +0000 |
commit | b1f98cec11e2128d771ec2bda95399bfea79bdb0 (patch) | |
tree | 92c85c5fb1ae6163f078b0cfdb1cacf241101049 /www/apache-jserv/Makefile | |
parent | Remove an unnecessary \ at the end of the line. (diff) |
- Provide the full path for gmake(1) so configure doesn't fall over.
- Re-order a couple of USE_* directives.
- Add USE_PERL5 since it does.
- Pass the configure script the full patch to perl.
PR: 22693
Reviewed by: Allan Bowhill <kosmos@bowhill.yi.org>
Diffstat (limited to '')
-rw-r--r-- | www/apache-jserv/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/apache-jserv/Makefile b/www/apache-jserv/Makefile index a1495a020f6b..76bb2b0d81ac 100644 --- a/www/apache-jserv/Makefile +++ b/www/apache-jserv/Makefile @@ -20,10 +20,12 @@ RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/javavmwrapper\ ${LOCALBASE}/sbin/apachectl:${PORTSDIR}/www/apache13\ ${LOCALBASE}/share/java/classes/jsdk.jar:${PORTSDIR}/java/jsdk -USE_LIBTOOL= yes USE_GMAKE= yes +GMAKE= ${LOCALBASE}/bin/gmake # Must have the full path. +USE_LIBTOOL= yes +USE_PERL5= yes JAVAVM?= ${LOCALBASE}/bin/javavm -CONFIGURE_ENV= MAKE=${LOCALBASE}/bin/${GMAKE} +CONFIGURE_ENV= PERL=${PERL} CONFIGURE_ARGS= --prefix=${PREFIX}\ --libexecdir=${LOCALBASE}/libexec/apache\ --libdir=${LOCALBASE}/libexec/apache\ |