aboutsummaryrefslogtreecommitdiff
path: root/www/apache-jserv
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-11-13 04:48:16 +0000
committerSteve Price <steve@FreeBSD.org>2000-11-13 04:48:16 +0000
commitb1f98cec11e2128d771ec2bda95399bfea79bdb0 (patch)
tree92c85c5fb1ae6163f078b0cfdb1cacf241101049 /www/apache-jserv
parent3f3f88180d4fe3cdccc878bc3f1c861bb93496bd (diff)
downloadports-b1f98cec11e2128d771ec2bda95399bfea79bdb0.tar.gz
ports-b1f98cec11e2128d771ec2bda95399bfea79bdb0.zip
- 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>
Notes
Notes: svn path=/head/; revision=35052
Diffstat (limited to 'www/apache-jserv')
-rw-r--r--www/apache-jserv/Makefile6
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\