diff options
| author | Martin Matuska <mm@FreeBSD.org> | 2010-11-23 10:30:46 +0000 |
|---|---|---|
| committer | Martin Matuska <mm@FreeBSD.org> | 2010-11-23 10:30:46 +0000 |
| commit | aab12ebaa509a7e828aae230c14bf15cb59277b1 (patch) | |
| tree | 289e5c4afd8472f45a4d3e0790d7715854ff1e89 /sysutils/syslinux | |
| parent | Parallel XZ is a compression utility that takes advantage of running LZMA (diff) | |
- Set broken on 6.x
- Take maintainership
Approved by: maintainer (private e-mail)
Notes
Notes:
svn path=/head/; revision=264991
Diffstat (limited to 'sysutils/syslinux')
| -rw-r--r-- | sysutils/syslinux/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/syslinux/Makefile b/sysutils/syslinux/Makefile index 446b7d4253db..b87e887b375f 100644 --- a/sysutils/syslinux/Makefile +++ b/sysutils/syslinux/Makefile @@ -12,7 +12,7 @@ CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_KERNEL_ORG} MASTER_SITE_SUBDIR= linux/boot/syslinux -MAINTAINER= luigi@FreeBSD.org +MAINTAINER= mm@FreeBSD.org COMMENT= Syslinux for FreeBSD BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm @@ -26,6 +26,10 @@ USE_PERL5_BUILD= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} < 700000 +BROKEN= requires FreeBSD 7.x and higher +.endif + # utility target to build pkg-plist _A = mbr/mbr.bin mbr/gptmbr.bin \ core/pxelinux.0 core/isolinux.bin gpxe/gpxelinux.0 \ |
