summaryrefslogtreecommitdiff
path: root/graphics/hpscan
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-10-11 23:35:55 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-10-11 23:35:55 +0000
commit56f3eee3e896ddce76971af1887091aa585b7f13 (patch)
tree16e1327b40ed9e3116c57af614dd9cdf2b894fb9 /graphics/hpscan
parentMark BROKEN for ELF. This hasn't been updated with new library names. (diff)
MARK BROKEN for current. scsi.h
Notes
Notes: svn path=/head/; revision=13876
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 e3294bf978b2..ff3b1a26f36e 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