diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-01 19:11:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-01 19:11:41 +0000 |
commit | 8cadd48fd54b3b5a06e8b2273c06e99b074fc781 (patch) | |
tree | e0de645782599d8c56a9b21d9b7c4d0c2584972f /textproc | |
parent | 1d4f59ee8ba38ef57955e956680e661ac8f4dace (diff) | |
download | pkgsrc-8cadd48fd54b3b5a06e8b2273c06e99b074fc781.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')
-rw-r--r-- | textproc/intltool/Makefile | 8 |
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" |