diff options
author | joerg <joerg> | 2005-12-02 23:40:36 +0000 |
---|---|---|
committer | joerg <joerg> | 2005-12-02 23:40:36 +0000 |
commit | 5277bd02d1feb22724b481812f20b7cc74eb55eb (patch) | |
tree | 071e90dcfeada37e55bd416e63399a0d3a913cc1 /graphics/sane-backends | |
parent | 58ee753a95b84e022df7a63f04108fc2743f7633 (diff) | |
download | pkgsrc-5277bd02d1feb22724b481812f20b7cc74eb55eb.tar.gz |
Like Linux, DragonFly doesn't support pint as backend.
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r-- | graphics/sane-backends/Makefile | 4 |
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 |