pkgsrc-WIP-changes archive

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

py-mcomix3-git: fix path in DEPENDS.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Wed Apr 8 23:42:14 2020 +0200
Changeset:	d16574ddcf31ed123c0a27544dd3cfa656b1f03b

Modified Files:
	py-mcomix3-git/Makefile

Log Message:
py-mcomix3-git: fix path in DEPENDS.

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

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

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

diffs:
diff --git a/py-mcomix3-git/Makefile b/py-mcomix3-git/Makefile
index 85facb2c0e..586cb12e75 100644
--- a/py-mcomix3-git/Makefile
+++ b/py-mcomix3-git/Makefile
@@ -11,7 +11,7 @@ COMMENT=	Comic viewer
 LICENSE=	gnu-gpl-v2
 
 DEPENDS+=	${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
-DEPENDS+=	${PYPKGPREFIX}-gobject3>=3.24:../../graphics/py-Pillow
+DEPENDS+=	${PYPKGPREFIX}-gobject3>=3.24:../../graphics/py-gobject3
 
 USE_LANGUAGES=			# empty
 PYTHON_VERSIONS_INCOMPATIBLE=	27


Home | Main Index | Thread Index | Old Index