Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2015 14:50:45 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387384 - head/net/gpxe
Message-ID:  <201505251450.t4PEojA5071871@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505251450.t4PEojA5071871>