summaryrefslogtreecommitdiff
path: root/textproc/intltool
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-01 19:11:41 +0000
committerjlam <jlam>2005-06-01 19:11:41 +0000
commit9270d5584f1e2453ce93ac1b4aaff7b6ecc8963c (patch)
treee0de645782599d8c56a9b21d9b7c4d0c2584972f /textproc/intltool
parent2adba1c16214c3763df3161b0265e0b4424aa462 (diff)
downloadpkgsrc-9270d5584f1e2453ce93ac1b4aaff7b6ecc8963c.tar.gz
The gettext-lib/builtin.mk file already takes care of modifying the
dependency for us if we use the pkgsrc version of gettext-lib.
Diffstat (limited to 'textproc/intltool')
-rw-r--r--textproc/intltool/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile
index 39b50060553..cfe3be3b8a7 100644
--- a/textproc/intltool/Makefile
+++ b/textproc/intltool/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2005/05/22 20:08:35 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2005/06/01 19:11:41 jlam Exp $
#
DISTNAME= intltool-0.33
@@ -23,10 +23,4 @@ GNU_CONFIGURE= YES
.include "../../converters/libiconv/buildlink3.mk"
.include "../../lang/perl5/buildlink3.mk"
-.include "../../mk/bsd.prefs.mk"
-.include "../../mk/buildlink3/bsd.builtin.mk"
-.if !empty(USE_BUILTIN.gettext:M[Nn][Oo])
-DEPENDS+= gettext>=0.11.5:../../devel/gettext
-.endif
-
.include "../../mk/bsd.pkg.mk"