pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-rich-click



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 23 02:09:36 UTC 2023

Modified Files:
        pkgsrc/devel/py-rich-click: Makefile

Log Message:
py-rich-click: fix DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-rich-click/Makefile

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

Modified files:

Index: pkgsrc/devel/py-rich-click/Makefile
diff -u pkgsrc/devel/py-rich-click/Makefile:1.1 pkgsrc/devel/py-rich-click/Makefile:1.2
--- pkgsrc/devel/py-rich-click/Makefile:1.1     Thu Jul 20 14:23:56 2023
+++ pkgsrc/devel/py-rich-click/Makefile Sun Jul 23 02:09:36 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/07/20 14:23:56 bacon Exp $
+# $NetBSD: Makefile,v 1.2 2023/07/23 02:09:36 wiz Exp $
 
 DISTNAME=      rich-click-1.6.1
 PKGNAME=       ${PYPKGPREFIX}-rich-click-1.6.1
@@ -10,8 +10,8 @@ HOMEPAGE=     https://pypi.python.org/projec
 COMMENT=       Format click help output nicely with rich
 LICENSE=       mit
 
-DEPENDS=       ${PYPKGPREFIX}-click>0:../../devel/py-click \
-               ${PYPKGPREFIX}-rich>0:../../comms/py-rich
+DEPENDS+=      ${PYPKGPREFIX}-click>0:../../devel/py-click
+DEPENDS+=      ${PYPKGPREFIX}-rich>0:../../comms/py-rich
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index