pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/sane-backends Fix nls option packaging



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2216df6067df
branches:  trunk
changeset: 398674:2216df6067df
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Jul 27 00:40:50 2019 +0000

description:
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:

 graphics/sane-backends/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 83a932942897 -r 2216df6067df graphics/sane-backends/options.mk
--- a/graphics/sane-backends/options.mk Fri Jul 26 23:35:09 2019 +0000
+++ b/graphics/sane-backends/options.mk Sat Jul 27 00:40:50 2019 +0000
@@ -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 @@
 .if !empty(PKG_OPTIONS:Mnls)
 CONFIGURE_ARGS+=       --enable-nls
 PLIST.nls=             yes
+.include "../../devel/gettext-lib/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --disable-nls
 .endif



Home | Main Index | Thread Index | Old Index