summaryrefslogtreecommitdiff
path: root/graphics/sane-backends/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-02 23:40:36 +0000
committerjoerg <joerg>2005-12-02 23:40:36 +0000
commit1b6f0c49537aa33f891d795f2244579125ef4966 (patch)
tree071e90dcfeada37e55bd416e63399a0d3a913cc1 /graphics/sane-backends/Makefile
parent8472e35597db7842b4ac0d6de57b42ea0c34de66 (diff)
downloadpkgsrc-1b6f0c49537aa33f891d795f2244579125ef4966.tar.gz
Like Linux, DragonFly doesn't support pint as backend.
Diffstat (limited to 'graphics/sane-backends/Makefile')
-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