summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2019-07-27 00:40:50 +0000
committerryoon <ryoon@pkgsrc.org>2019-07-27 00:40:50 +0000
commitf4085eed46ababaab303af9d6d781fdd0d6533af (patch)
treeac5b60e8b4cfaf9490c47c250cfd316dfb2e7148 /graphics
parent39fc000d94867738a4699e66dff3e5eb7048249d (diff)
downloadpkgsrc-f4085eed46ababaab303af9d6d781fdd0d6533af.tar.gz
Fix nls option packaging
Reported by mueller6721 on pkgsrc-users mailing list. Use gettext-lib from pkgsrc instead of builtin one. This fixes PLIST problem only.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sane-backends/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/sane-backends/options.mk b/graphics/sane-backends/options.mk
index dc5be923c11..a2f3cc011d0 100644
--- a/graphics/sane-backends/options.mk
+++ b/graphics/sane-backends/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2018/05/15 14:58:08 jperkin Exp $
+# $NetBSD: options.mk,v 1.11 2019/07/27 00:40:50 ryoon Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.sane-backends
PKG_SUPPORTED_OPTIONS= inet6 nls snmp
@@ -17,6 +17,7 @@ CONFIGURE_ARGS+= --disable-ipv6
.if !empty(PKG_OPTIONS:Mnls)
CONFIGURE_ARGS+= --enable-nls
PLIST.nls= yes
+.include "../../devel/gettext-lib/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-nls
.endif