diff options
author | wiz <wiz@pkgsrc.org> | 2013-07-04 14:19:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-07-04 14:19:34 +0000 |
commit | bb69ef116fe81210c2e791a425000e8ea3bf2feb (patch) | |
tree | aea60827669aa0979c12f149d00e1f46af3ce780 /devel | |
parent | 37553f04d8ad294f365aeaf25367ebda3cf7a237 (diff) | |
download | pkgsrc-bb69ef116fe81210c2e791a425000e8ea3bf2feb.tar.gz |
I've put the distfile on nbftp (so available via ftp/http), remove
curl workaround.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-setuptools/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
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" |