diff options
author | Doug Ambrisko <ambrisko@FreeBSD.org> | 2004-12-01 03:06:29 +0000 |
---|---|---|
committer | Doug Ambrisko <ambrisko@FreeBSD.org> | 2004-12-01 03:06:29 +0000 |
commit | fcdf78e0e54e17f202654cee5ea46224e8ac6b4c (patch) | |
tree | 9a0147e141fae54b6495714924f59a62ffc8b8de /net/etherboot | |
parent | 0c3ceb2db2b0d0b116b19c9b9dbb22e88ffcecf4 (diff) | |
download | ports-fcdf78e0e54e17f202654cee5ea46224e8ac6b4c.tar.gz ports-fcdf78e0e54e17f202654cee5ea46224e8ac6b4c.zip |
Notes
Diffstat (limited to 'net/etherboot')
-rw-r--r-- | net/etherboot/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/etherboot/Makefile b/net/etherboot/Makefile index fe67dd5a4f66..626f3e582e13 100644 --- a/net/etherboot/Makefile +++ b/net/etherboot/Makefile @@ -18,9 +18,11 @@ MAINTAINER= ambrisko@freebsd.org COMMENT= Network boot of FreeBSD a.out/ELF kernels. Replaces/improves netboot. NO_PACKAGE= lots of configuration necessary -USE_BZIP2=1 -USE_GMAKE=1 +USE_BZIP2= 1 +USE_GMAKE= 1 WRKSRC= ${WRKDIR}/${DISTNAME}/src +USE_PERL5_BUILD=yes +ONLY_FOR_ARCHS= i386 do-install: @${ECHO} Refer ${DESCR} and ${WRKDIR}/${PKGNAME}/doc for how to |