diff options
author | kris <kris@FreeBSD.org> | 2006-02-26 04:49:27 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-02-26 04:49:27 +0800 |
commit | 1b17e22b2bc47be4793c733e87cf77399e1f5f0e (patch) | |
tree | 26fb3cfcea4a970805aaf7c1ccde221d9fec1c97 /sysutils/setcdboot | |
parent | 35843f010835b4b268b613e61a59dd8e969183a2 (diff) | |
download | freebsd-ports-graphics-1b17e22b2bc47be4793c733e87cf77399e1f5f0e.tar.gz freebsd-ports-graphics-1b17e22b2bc47be4793c733e87cf77399e1f5f0e.tar.zst freebsd-ports-graphics-1b17e22b2bc47be4793c733e87cf77399e1f5f0e.zip |
BROKEN on 6.0: Does not compile
Approved by: portmgr (implicit)
Diffstat (limited to 'sysutils/setcdboot')
-rw-r--r-- | sysutils/setcdboot/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/setcdboot/Makefile b/sysutils/setcdboot/Makefile index 80717f4b8a9..107c2972d75 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> |