pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/sane-backends Like Linux, DragonFly doesn't s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/802749b19693
branches:  trunk
changeset: 504007:802749b19693
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Dec 02 23:40:36 2005 +0000

description:
Like Linux, DragonFly doesn't support pint as backend.

diffstat:

 graphics/sane-backends/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dc6048ca89da -r 802749b19693 graphics/sane-backends/Makefile
--- a/graphics/sane-backends/Makefile   Fri Dec 02 23:06:10 2005 +0000
+++ b/graphics/sane-backends/Makefile   Fri Dec 02 23:40:36 2005 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index