diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-03-11 21:58:40 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-03-11 21:58:40 +0000 |
commit | d86705cb7511a5b563a4a9bb1b1e727b8a1b3eff (patch) | |
tree | 9dbfd58d7f02631e677f6b481cdfaec82c1b4725 /net/ipxe | |
parent | 03bb353c055d2cbbe8f283734fa44f96f0601112 (diff) | |
download | ports-d86705cb7511a5b563a4a9bb1b1e727b8a1b3eff.tar.gz ports-d86705cb7511a5b563a4a9bb1b1e727b8a1b3eff.zip |
Notes
Diffstat (limited to 'net/ipxe')
-rw-r--r-- | net/ipxe/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/ipxe/Makefile b/net/ipxe/Makefile index 76a021f7ccfc..ae73d78d57e7 100644 --- a/net/ipxe/Makefile +++ b/net/ipxe/Makefile @@ -5,6 +5,7 @@ PORTNAME= ipxe PORTVERSION= 20160213 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= t@tobik.me @@ -29,10 +30,12 @@ GH_PROJECT= ipxe GH_TAGNAME= 7ecfe7159f94193a666200a17057d4cd5981b850 USES= gmake perl5 shebangfix +USE_BINUTILS= yes USE_GCC= yes MAKE_ARGS= PERL=${PERL} \ CC=${CC} \ HOST_CC=${CC} \ + OBJCOPY="${LOCALBASE}/bin/objcopy" \ ISOLINUX_BIN="${WRKSRC}/isolinux.bin" \ LDLINUX_C32="${LOCALBASE}/share/syslinux/bios/com32/elflink/ldlinux/ldlinux.c32" WRKSRC_SUBDIR= src |