summaryrefslogtreecommitdiff
path: root/graphics/sane-backends
diff options
context:
space:
mode:
authorrumko <rumko>2015-01-09 16:34:19 +0000
committerrumko <rumko>2015-01-09 16:34:19 +0000
commitc49bd09ccc01f2d7d46aafe8c5fc0e9af8246d85 (patch)
tree49026f71eafd00d11b0b4033c5a8b9390e240296 /graphics/sane-backends
parent9891fc3ef845233338c8b622b8ed12ff3bf44601 (diff)
downloadpkgsrc-c49bd09ccc01f2d7d46aafe8c5fc0e9af8246d85.tar.gz
graphics/sane-backends: fix build on FreeBSD due to PLIST problems
Like on some other platforms, sane-pint is not available on fbsd, so don't include in the PLIST. Ok@ wiz
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 4d249495d96..0c16e763be5 100644
--- a/graphics/sane-backends/Makefile
+++ b/graphics/sane-backends/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2013/04/06 03:45:15 rodent Exp $
+# $NetBSD: Makefile,v 1.61 2015/01/09 16:34:19 rumko Exp $
.include "Makefile.common"
COMMENT= API for access to scanners, digital cameras, frame grabbers, etc
@@ -24,7 +24,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
PLIST_VARS+= mustek pint sm3600
-.if (${OPSYS} == "SunOS") || (${OPSYS} == "Linux") || (${OPSYS} == "DragonFly")
+.if (${OPSYS} == "SunOS") || (${OPSYS} == "Linux") || (${OPSYS} == "DragonFly") || (${OPSYS} == "FreeBSD")
PLIST.sm3600= yes
.elif (${OPSYS} == "Darwin")
PLIST.mustek= yes