summaryrefslogtreecommitdiff
path: root/textproc/intltool
diff options
context:
space:
mode:
authorobache <obache>2012-05-04 08:43:28 +0000
committerobache <obache>2012-05-04 08:43:28 +0000
commitadecfbb8fad8706ff40d2295fa9d9d928d8d3dd1 (patch)
tree74fa1dd098f59a748f5f67d5129ab4bf60cffc60 /textproc/intltool
parent393c22551ddedcaf9deb52deec70fd473d86670d (diff)
downloadpkgsrc-adecfbb8fad8706ff40d2295fa9d9d928d8d3dd1.tar.gz
Add a http site to MASTER_SITES to avoid dependency on curl.
Diffstat (limited to 'textproc/intltool')
-rw-r--r--textproc/intltool/Makefile8
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"