diff options
author | obache <obache@pkgsrc.org> | 2012-05-04 08:43:28 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-05-04 08:43:28 +0000 |
commit | a8185022ae6648c8eab260bff6f469c03c021ba5 (patch) | |
tree | 74fa1dd098f59a748f5f67d5129ab4bf60cffc60 /textproc/intltool | |
parent | 706217fb7335c0f3124475c822071b3179449bae (diff) | |
download | pkgsrc-a8185022ae6648c8eab260bff6f469c03c021ba5.tar.gz |
Add a http site to MASTER_SITES to avoid dependency on curl.
Diffstat (limited to 'textproc/intltool')
-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" |