diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-25 14:50:45 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-25 14:50:45 +0000 |
commit | 987afd24d4a72d763b1ab256a322f8ed78b9d392 (patch) | |
tree | 767e95b7c7de34b8c075ffb51d8e100eba7b260e | |
parent | 79702b87cd30fc9e6e284a85d3e127ce0be3354b (diff) | |
download | freebsd-ports-987afd24d4a72d763b1ab256a322f8ed78b9d392.zip |
Fix build without /usr/bin/perl symlink
Reported by: pkg-fallout
-rw-r--r-- | net/gpxe/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/gpxe/Makefile b/net/gpxe/Makefile index a0bf773d89fb..82a378b33342 100644 --- a/net/gpxe/Makefile +++ b/net/gpxe/Makefile @@ -17,6 +17,7 @@ BUILD_DEPENDS= syslinux:${PORTSDIR}/sysutils/syslinux \ mkisofs:${PORTSDIR}/sysutils/cdrtools USES= gmake perl5 +MAKE_ARGS= PERL=${PERL} WRKSRC= ${WRKDIR}/${DISTNAME}/src PLIST_FILES= %%DATADIR%%/gpxe.dsk \ |