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 | 299b38ff53129a4fa527607f831b4d2ac5e4414b (patch) | |
tree | 74fa1dd098f59a748f5f67d5129ab4bf60cffc60 /textproc/intltool/Makefile | |
parent | 456d63bde1afbd2bdc4771e6764476f02cbe35a3 (diff) | |
download | pkgsrc-299b38ff53129a4fa527607f831b4d2ac5e4414b.tar.gz |
Add a http site to MASTER_SITES to avoid dependency on curl.
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" |