aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-06-01 15:50:14 +0000
committerWill Andrews <will@FreeBSD.org>2000-06-01 15:50:14 +0000
commit8bd5afa357d5276dbd794a802cd0c5443e35b19e (patch)
tree2afef2f73136742aaf985ee650ae9c3bf53e092c /audio
parent3389fc874f3ce682e755cc6931cb4fb91b2b5626 (diff)
downloadports-8bd5afa357d5276dbd794a802cd0c5443e35b19e.tar.gz
ports-8bd5afa357d5276dbd794a802cd0c5443e35b19e.zip
Notes
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>