aboutsummaryrefslogtreecommitdiff
path: root/sysutils/setcdboot
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-02-25 20:49:27 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-02-25 20:49:27 +0000
commit3ae25f53590cce0b39cd3936a33a0496337e1d4f (patch)
treee3c4ef80fceb49fb5301794503ea6692d1303a9b /sysutils/setcdboot
parent0bc4c13b7a026082bd4286a502e0f28ceeb86d94 (diff)
downloadports-3ae25f53590cce0b39cd3936a33a0496337e1d4f.tar.gz
ports-3ae25f53590cce0b39cd3936a33a0496337e1d4f.zip
Notes
Diffstat (limited to 'sysutils/setcdboot')
-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>