diff options
author | wiz <wiz@pkgsrc.org> | 2016-06-10 06:34:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-06-10 06:34:23 +0000 |
commit | 076876912bad6ebeb30a1f7efcdb429c0b4a2e37 (patch) | |
tree | ea41237e1d87696909d41d879568218f4ffcaa8d /net | |
parent | 61843c01f9297cdb3689521a8701c479f715156f (diff) | |
download | pkgsrc-076876912bad6ebeb30a1f7efcdb429c0b4a2e37.tar.gz |
Fix DEPENDS.
Diffstat (limited to 'net')
-rw-r--r-- | net/speedtest-cli/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/speedtest-cli/Makefile b/net/speedtest-cli/Makefile index 16e53202eca..989ba61a4ea 100644 --- a/net/speedtest-cli/Makefile +++ b/net/speedtest-cli/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/06/09 06:23:40 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2016/06/10 06:34:23 wiz Exp $ DISTNAME= speedtest-cli-0.3.2 MASTER_SITES= ${MASTER_SITE_GITHUB:=sivel/} @@ -10,8 +10,8 @@ HOMEPAGE= https://github.com/sivel/speedtest-cli/ COMMENT= Command line client for use with speedtest.net LICENSE= apache-2.0 -DEPENDS+= ${PYPKGPREFIX}-expat:../../textproc/py-expat -DEPENDS+= ${PYPKGPREFIX}-setuptools:../../devel/py-setuptools +DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat +DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools #NO_BUILD= yes |