svn commit: r387384 - head/net/gpxe
Antoine Brodin
antoine at FreeBSD.org
Mon May 25 14:50:46 UTC 2015
Author: antoine
Date: Mon May 25 14:50:45 2015
New Revision: 387384
URL: https://svnweb.freebsd.org/changeset/ports/387384
Log:
Fix build without /usr/bin/perl symlink
Reported by: pkg-fallout
Modified:
head/net/gpxe/Makefile
Modified: head/net/gpxe/Makefile
==============================================================================
--- head/net/gpxe/Makefile Mon May 25 14:38:09 2015 (r387383)
+++ head/net/gpxe/Makefile Mon May 25 14:50:45 2015 (r387384)
@@ -17,6 +17,7 @@ BUILD_DEPENDS= syslinux:${PORTSDIR}/sysu
mkisofs:${PORTSDIR}/sysutils/cdrtools
USES= gmake perl5
+MAKE_ARGS= PERL=${PERL}
WRKSRC= ${WRKDIR}/${DISTNAME}/src
PLIST_FILES= %%DATADIR%%/gpxe.dsk \
More information about the svn-ports-all
mailing list