pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[.joined/pkgsrc/trunk]: .joined/pkgsrc/games/pysolfc pysolfc: fix path to dep...



details:   https://anonhg.NetBSD.org/.joined/pkgsrc/rev/623fb3bed1d5
branches:  trunk
changeset: 371039:623fb3bed1d5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 04 07:02:02 2022 +0000

description:
pysolfc: fix path to dependency

diffstat:

 games/pysolfc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 11074f4bc769 -r 623fb3bed1d5 games/pysolfc/Makefile
--- a/games/pysolfc/Makefile    Tue Jan 04 07:01:16 2022 +0000
+++ b/games/pysolfc/Makefile    Tue Jan 04 07:02:02 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2022/01/03 10:55:26 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2022/01/04 07:02:02 wiz Exp $
 
 DISTNAME=      PySolFC-2.14.1
 PKGNAME=       ${DISTNAME:tl}
@@ -20,7 +20,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-pysol_cards-[0-9]*:../../games/py-pysol_cards
 DEPENDS+=      ${PYPKGPREFIX}-random2-[0-9]*:../../devel/py-random2
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-DEPENDS+=      ${PYPKGPREFIX}-kivy-[0-9]*:../../wip/py-kivy
+DEPENDS+=      ${PYPKGPREFIX}-kivy-[0-9]*:../../devel/py-kivy
 TEST_DEPENDS+= ${PYPKGPREFIX}-pycotap-[0-9]*:../../devel/py-pycotap
 # not listed in setup.py, but needed
 DEPENDS+=      ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk



Home | Main Index | Thread Index | Old Index