pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod/scim autoconf processing needs libintl sou...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a6e5fb77c9cc
branches:  trunk
changeset: 646532:a6e5fb77c9cc
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Feb 10 19:27:53 2015 +0000

description:
autoconf processing needs libintl source, so depend on full gettext.

diffstat:

 inputmethod/scim/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 211a2e1e829d -r a6e5fb77c9cc inputmethod/scim/Makefile
--- a/inputmethod/scim/Makefile Tue Feb 10 17:53:19 2015 +0000
+++ b/inputmethod/scim/Makefile Tue Feb 10 19:27:53 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2014/11/09 02:46:30 obache Exp $
+# $NetBSD: Makefile,v 1.38 2015/02/10 19:27:53 joerg Exp $
 #
 
 DISTNAME=              scim-1.4.15
@@ -22,6 +22,8 @@
 USE_TOOLS+=            perl intltool
 USE_TOOLS+=            autopoint autoconf automake
 
+BUILD_DEPENDS+=                gettext>=0.19.4:../../devel/gettext
+
 PKGCONFIG_OVERRIDE=    scim-gtkutils.pc.in
 PKGCONFIG_OVERRIDE+=   scim-x11utils.pc.in
 PKGCONFIG_OVERRIDE+=   scim.pc.in



Home | Main Index | Thread Index | Old Index