aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/setcdboot/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/setcdboot/Makefile b/sysutils/setcdboot/Makefile
index 80717f4b8a9a..107c2972d753 100644
--- a/sysutils/setcdboot/Makefile
+++ b/sysutils/setcdboot/Makefile
@@ -16,6 +16,12 @@ COMMENT= Mark a file bootable within a DEC Alpha ISO-9660 image
NO_WRKSUBDIR= yes
PLIST_FILES= bin/setcdboot
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 600100 && ${OSVERSION} < 700000
+BROKEN= Does not compile on FreeBSD 6.x
+.endif
+
do-fetch:
do-extract:
@@ -28,4 +34,4 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/setcdboot ${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>