summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-15 21:43:46 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-15 21:43:46 +0000
commitee6faee56e86a3a331b8714ae95d777d09e75a6d (patch)
tree4754cadf9e0f7051d7ca300b978db460eb681ca2 /sysutils
parentUse the correct kind of dependency. (diff)
BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=91364
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cd-write/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/cd-write/Makefile b/sysutils/cd-write/Makefile
index 61b1c2551606..4dd2ffd926df 100644
--- a/sysutils/cd-write/Makefile
+++ b/sysutils/cd-write/Makefile
@@ -25,6 +25,10 @@ WRKSRC= ${WRKDIR}/cd-write
BROKEN= CAM
.endif
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
pre-build:
@cd ${WRKSRC}; ${MV} Makefile Makefile~; \
${SED} -e s:/usr/local:${PREFIX}:g -e s/CFL/CXXFL/ <Makefile~ >Makefile;\