diff options
Diffstat (limited to 'sysutils/cd-write/Makefile')
-rw-r--r-- | sysutils/cd-write/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/cd-write/Makefile b/sysutils/cd-write/Makefile index 4dd2ffd926df..47166e0a8f9f 100644 --- a/sysutils/cd-write/Makefile +++ b/sysutils/cd-write/Makefile @@ -7,6 +7,7 @@ PORTNAME= cd-write PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= jmz @@ -25,10 +26,6 @@ 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;\ |