diff options
Diffstat (limited to 'textproc/intltool/Makefile')
-rw-r--r-- | textproc/intltool/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index c0f1a4118ec..ed03799ef75 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.56 2012/03/03 00:34:40 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2012/05/04 08:43:28 obache Exp $ # DISTNAME= intltool-0.50.2 CATEGORIES= textproc devel gnome -MASTER_SITES= https://launchpad.net/intltool/trunk/${PKGVERSION_NOREV}/+download/ +MASTER_SITES= https://launchpad.net/intltool/trunk/${PKGVERSION_NOREV}/+download/ \ + http://launchpadlibrarian.net/94524169/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://launchpad.net/intltool/ @@ -22,9 +23,6 @@ GNU_CONFIGURE= YES CHECK_INTERPRETER_SKIP= share/intltool/*.in TEST_TARGET= check -# due to https -FETCH_USING= curl - .include "../../devel/gettext-lib/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" |