pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/speedtest-cli Fix DEPENDS.
details: https://anonhg.NetBSD.org/pkgsrc/rev/17f52f038cad
branches: trunk
changeset: 348231:17f52f038cad
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Jun 10 06:34:23 2016 +0000
description:
Fix DEPENDS.
diffstat:
net/speedtest-cli/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r eb9667c5f7e3 -r 17f52f038cad net/speedtest-cli/Makefile
--- a/net/speedtest-cli/Makefile Thu Jun 09 23:37:20 2016 +0000
+++ b/net/speedtest-cli/Makefile Fri Jun 10 06:34:23 2016 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index