diff options
author | rumko <rumko@pkgsrc.org> | 2015-01-09 16:34:19 +0000 |
---|---|---|
committer | rumko <rumko@pkgsrc.org> | 2015-01-09 16:34:19 +0000 |
commit | 4d0824ead33b61b0cd5aacc75234674a6a0507c4 (patch) | |
tree | 49026f71eafd00d11b0b4033c5a8b9390e240296 /graphics/sane-backends | |
parent | b42141dbb7d57f0435668f1ba4071eafab9f3fa3 (diff) | |
download | pkgsrc-4d0824ead33b61b0cd5aacc75234674a6a0507c4.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/Makefile | 4 |
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 |