summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2012-08-10 21:29:58 +0000
committerryoon <ryoon@pkgsrc.org>2012-08-10 21:29:58 +0000
commit932ebbc903dc3c02f9554f0be0379f931c516b78 (patch)
tree533c5a8b956d95c41df5252d5f67bb40dee76763 /x11
parente6e2fca3c87f0d5e78e5c0e08d0cf342d8f5da3b (diff)
downloadpkgsrc-932ebbc903dc3c02f9554f0be0379f931c516b78.tar.gz
Use http for MASTE_SITES instead of https, thank you, obache@.
Diffstat (limited to 'x11')
-rw-r--r--x11/sakura/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/sakura/Makefile b/x11/sakura/Makefile
index f3a45c355ec..05948dae3a1 100644
--- a/x11/sakura/Makefile
+++ b/x11/sakura/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2012/08/10 13:54:14 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2012/08/10 21:29:58 ryoon Exp $
#
DISTNAME= sakura-${SAKURA_VER}
SAKURA_VER= 3.0.4
CATEGORIES= x11
-MASTER_SITES= http://launchpad.net/sakura/trunk/${SAKURA_VER}/+download/
+MASTER_SITES= http://launchpadlibrarian.net/103638542/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= ryoon@NetBSD.org
@@ -14,10 +14,6 @@ LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
-# Force using "curl" for fetching the distribution file. It is only available
-# over HTTPS and "curl" is the only fetch program which always supports HTTPS.
-FETCH_USING= curl
-
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config pod2man xgettext
USE_CMAKE= yes