diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-10 06:26:08 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-10 06:26:08 +0000 |
commit | c8d2b02d1b9ff5f730e421c5d867327ae931422d (patch) | |
tree | 7ff09537ab71d2703e778055d4292fd549431bc6 /sysutils/syslinux | |
parent | 149a472f2717d28fb620041f9ce05292c128163b (diff) |
- Use IGNORE instead of BROKEN
IGNORE will still try to be built on pointhat and tbs
Suggested by: danfe
Notes
Notes:
svn path=/head/; revision=260924
Diffstat (limited to 'sysutils/syslinux')
-rw-r--r-- | sysutils/syslinux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/syslinux/Makefile b/sysutils/syslinux/Makefile index 5cd4f7ae6db0..573d82584a73 100644 --- a/sysutils/syslinux/Makefile +++ b/sysutils/syslinux/Makefile @@ -19,7 +19,7 @@ COMMENT= Syslinux for FreeBSD BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm RUN_DEPENDS= mtools:${PORTSDIR}/emulators/mtools -BROKEN= Does not run; segfaults. +IGNORE= Does not run; segfaults. MAN1= syslinux.1 |