summaryrefslogtreecommitdiffstats
path: root/graphics/hpscan
diff options
context:
space:
mode:
authorjseger <jseger@FreeBSD.org>1998-10-11 23:35:55 +0000
committerjseger <jseger@FreeBSD.org>1998-10-11 23:35:55 +0000
commita7578edd3518a731f0b48e41baf1b5e417174049 (patch)
treeef29e81584122e2aec0493259cbc9f38f45cdeb4 /graphics/hpscan
parentd6545010ac1c76df1c5c831213951c1616bb61de (diff)
downloadFreeBSD-ports-a7578edd3518a731f0b48e41baf1b5e417174049.zip
FreeBSD-ports-a7578edd3518a731f0b48e41baf1b5e417174049.tar.gz
MARK BROKEN for current. scsi.h
Diffstat (limited to 'graphics/hpscan')
-rw-r--r--graphics/hpscan/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/hpscan/Makefile b/graphics/hpscan/Makefile
index e3294bf..ff3b1a2 100644
--- a/graphics/hpscan/Makefile
+++ b/graphics/hpscan/Makefile
@@ -3,7 +3,7 @@
# Date created: 12 January 1996
# Whom: nate
#
-# $Id: Makefile,v 1.14 1998/09/15 11:45:53 asami Exp $
+# $Id: Makefile,v 1.15 1998/10/05 18:27:26 nate Exp $
#
DISTNAME= scanner
@@ -16,6 +16,11 @@ MAINTAINER= jkh@FreeBSD.org
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
+OSVERSION!= sysctl -n kern.osreldate
+.if ${OSVERSION} >= 300000
+BROKEN= scsi.h
+.endif
+
NO_WRKSUBDIR= yes
USE_X_PREFIX= yes
USE_IMAKE= yes
OpenPOWER on IntegriCloud