diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-08 09:29:17 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-08 09:29:17 +0000 |
commit | a748b2739006e3f2ad480bfe0b928d8d824c3da2 (patch) | |
tree | 3be028e36ba2a39e5993f3563f5ca051e5034828 | |
parent | 035af6f9270516f257a59d61ca1c2e73dab17c59 (diff) | |
download | ports-a748b2739006e3f2ad480bfe0b928d8d824c3da2.tar.gz ports-a748b2739006e3f2ad480bfe0b928d8d824c3da2.zip |
Notes
-rw-r--r-- | net/gpxe/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/gpxe/Makefile b/net/gpxe/Makefile index 41cf9495d0c9..f0a6ea7f2057 100644 --- a/net/gpxe/Makefile +++ b/net/gpxe/Makefile @@ -11,6 +11,8 @@ MASTER_SITES= http://etherboot.org/rel/gpxe/ \ MAINTAINER= gk.freebsd@googlemail.com COMMENT= Create an open-source PXE implementation and bootloader +BROKEN= Fails to build + LICENSE= GPLv2 BUILD_DEPENDS= syslinux:${PORTSDIR}/sysutils/syslinux |