summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/cdd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/cdd/Makefile b/audio/cdd/Makefile
index ee8e33049e47..a52bdfc693c9 100644
--- a/audio/cdd/Makefile
+++ b/audio/cdd/Makefile
@@ -13,10 +13,16 @@ EXTRACT_SUFX= .tgz
MAINTAINER= luigi@iet.unipi.it
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 400000
+BROKEN= pre-CAM SCSI layer
+.endif
+
post-extract:
${CP} ${FILESDIR}/cdd_atapicmds.[ch] ${WRKSRC}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/cdd ${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>