summaryrefslogtreecommitdiff
path: root/graphics/sane-backends
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-02 23:40:36 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-02 23:40:36 +0000
commitc4701d131463e7c9fbfb68a8a0e176cc582214d4 (patch)
tree071e90dcfeada37e55bd416e63399a0d3a913cc1 /graphics/sane-backends
parent9bbee5985ccbb450b5dab2c2520fd429bfb8ad3b (diff)
downloadpkgsrc-c4701d131463e7c9fbfb68a8a0e176cc582214d4.tar.gz
Like Linux, DragonFly doesn't support pint as backend.
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r--graphics/sane-backends/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile
index 646ba350800..3d0384a54c8 100644
--- a/graphics/sane-backends/Makefile
+++ b/graphics/sane-backends/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2005/09/27 09:29:56 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2005/12/02 23:40:36 joerg Exp $
.include "Makefile.common"
COMMENT= API for access to scanners, digitals camera, frame grabbers etc.
@@ -14,7 +14,7 @@ CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/sane-${SANE_VERSION}
.if (${OPSYS} == "SunOS")
PLIST_SUBST+= SANE_PINT="@comment "
PLIST_SUBST+= SANE_SM3600="@comment "
-.elif (${OPSYS} == "Linux")
+.elif (${OPSYS} == "Linux") || (${OPSYS} == "DragonFly")
PLIST_SUBST+= SANE_PINT="@comment "
PLIST_SUBST+= SANE_SM3600=""
.else