diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cd-write/Makefile | 4 |
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;\ |