pkgsrc-WIP-changes archive

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

py-Glances: Fixes a typo in the DEPENDS.



Module Name:	pkgsrc-wip
Committed By:	Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By:	fox
Date:		Wed Oct 9 08:10:22 2019 -0500
Changeset:	a61d00e4b41f29367868b1544b8aa14788fb36aa

Modified Files:
	py-Glances/Makefile

Log Message:
py-Glances: Fixes a typo in the DEPENDS.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a61d00e4b41f29367868b1544b8aa14788fb36aa

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

diffstat:
 py-Glances/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/py-Glances/Makefile b/py-Glances/Makefile
index 240f100100..371316ea1a 100644
--- a/py-Glances/Makefile
+++ b/py-Glances/Makefile
@@ -13,7 +13,7 @@ LICENSE=	gnu-lgpl-v3
 DEPENDS+=	${PYPKGPREFIX}-psutil>=5.3.0:../../sysutils/py-psutil
 DEPENDS+=	${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
 DEPENDS+=	${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
-DEPENDS:=	${PYPKGPREFIX}-cursespanel-[0-9]*:../../devel/py-cursespanel
+DEPENDS+=	${PYPKGPREFIX}-cursespanel-[0-9]*:../../devel/py-cursespanel
 
 USE_LANGUAGES=	# none
 


Home | Main Index | Thread Index | Old Index