From bb69ef116fe81210c2e791a425000e8ea3bf2feb Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 4 Jul 2013 14:19:34 +0000 Subject: I've put the distfile on nbftp (so available via ftp/http), remove curl workaround. --- devel/py-setuptools/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'devel') diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile index 975108eaa2d..c6dfb0383a4 100644 --- a/devel/py-setuptools/Makefile +++ b/devel/py-setuptools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2013/07/04 13:57:03 tron Exp $ +# $NetBSD: Makefile,v 1.24 2013/07/04 14:19:34 wiz Exp $ EGG_VERSION= 0.7.7 DISTNAME= setuptools-${EGG_VERSION} @@ -35,10 +35,6 @@ PYSETUPINSTALLARGS+= --root=/ DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat .endif -# 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 - .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3