summaryrefslogtreecommitdiff
path: root/sysutils/gamin
diff options
context:
space:
mode:
authorjlam <jlam>2005-08-10 22:57:24 +0000
committerjlam <jlam>2005-08-10 22:57:24 +0000
commitce6d4dca097db7169a5d54b8fd9854df97e2ce5e (patch)
tree05a5a935649c6d54b12a6e3ca9c9dc075b79e777 /sysutils/gamin
parent3aa313490b6b887f72afdc41c9ed014d3740de3a (diff)
downloadpkgsrc-ce6d4dca097db7169a5d54b8fd9854df97e2ce5e.tar.gz
Don't cause the gamin libraries to be linked against -lintl (and possibly
-liconv) as they're not used in the libraries.
Diffstat (limited to 'sysutils/gamin')
-rw-r--r--sysutils/gamin/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/gamin/Makefile b/sysutils/gamin/Makefile
index b16711e215c..be4256ad6aa 100644
--- a/sysutils/gamin/Makefile
+++ b/sysutils/gamin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/08/10 21:01:51 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2005/08/10 22:57:24 jlam Exp $
DISTNAME= gamin-0.1.5
CATEGORIES= sysutils
@@ -17,6 +17,11 @@ CONFIGURE_ARGS+= --disable-gtk-doc
CONFIGURE_ARGS+= --without-threads
CONFIGURE_ARGS+= --with-html-dir=${DOCDIR}
+# glib2/buildlink3.mk pulls in gettext-lib/buildlink3.mk, but the gamin
+# libraries don't need to be linked against -lintl automatically.
+#
+BROKEN_GETTEXT_DETECTION= no
+
PKG_SYSCONFSUBDIR= gamin
DOCDIR= ${PREFIX}/share/doc/gamin