- 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>
This commit is contained in:
Steve Price 2000-11-13 04:48:16 +00:00
parent 3f3f88180d
commit b1f98cec11
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35052

View File

@ -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\