summaryrefslogtreecommitdiff
path: root/sysutils/cd-write
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-10-14 10:41:59 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-10-14 10:41:59 +0000
commitf505ad36f8dc4459c56b21ad8781db697aae5723 (patch)
tree632c629a4dd5789476dc4f1e04243b97994bca80 /sysutils/cd-write
parentMark BROKEN for ELF: (diff)
Mark BROKEN for current.
scsi.c
Notes
Notes: svn path=/head/; revision=14002
Diffstat (limited to 'sysutils/cd-write')
-rw-r--r--sysutils/cd-write/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/cd-write/Makefile b/sysutils/cd-write/Makefile
index e15edacf1c67..85e8d9add2aa 100644
--- a/sysutils/cd-write/Makefile
+++ b/sysutils/cd-write/Makefile
@@ -3,7 +3,7 @@
# Date created: 1 May 1997
# Whom: jmz
#
-# $Id: Makefile,v 1.9 1998/08/07 23:56:47 asami Exp $
+# $Id: Makefile,v 1.10 1998/10/09 10:05:56 asami Exp $
#
DISTNAME= cd-write-1.4
@@ -16,6 +16,11 @@ LIB_DEPENDS= tixsam4180.1:${PORTSDIR}/x11-toolkits/tix
WRKSRC= ${WRKDIR}/cd-write
+OSVERSION!= sysctl -n kern.osreldate
+.if ${OSVERSION} >= 300000
+BROKEN= scsi.h
+.endif
+
pre-build:
@cd ${WRKSRC}; mv Makefile Makefile~; \
sed -e s:/usr/local:${PREFIX}:g <Makefile~ >Makefile;\