pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/pysolfc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan  4 07:02:03 UTC 2022

Modified Files:
        pkgsrc/games/pysolfc: Makefile

Log Message:
pysolfc: fix path to dependency


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/games/pysolfc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/pysolfc/Makefile
diff -u pkgsrc/games/pysolfc/Makefile:1.36 pkgsrc/games/pysolfc/Makefile:1.37
--- pkgsrc/games/pysolfc/Makefile:1.36  Mon Jan  3 10:55:26 2022
+++ pkgsrc/games/pysolfc/Makefile       Tue Jan  4 07:02:02 2022
@@ -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}-configobj-[0-9]
 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