pkgsrc-WIP-changes archive

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

catfish: some improvements



Module Name:	pkgsrc-wip
Committed By:	Roberto Neri <robn%gmx.com@localhost>
Pushed By:	robn
Date:		Sat Mar 9 16:03:56 2019 +0000
Changeset:	27b6a6e8d1613cd9aeb4930513414abecb05759f

Modified Files:
	catfish/Makefile

Log Message:
catfish: some improvements

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

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

diffstat:
 catfish/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diffs:
diff --git a/catfish/Makefile b/catfish/Makefile
index eea70c5e11..7a205f121a 100644
--- a/catfish/Makefile
+++ b/catfish/Makefile
@@ -14,10 +14,13 @@ USE_TOOLS=	intltool
 
 BUILD_DEPENDS+=	${PYPKGPREFIX}-distutils-extra-[0-9]*:../../wip/py-distutils-extra
 DEPENDS+=	${PYPKGPREFIX}-pexpect-[0-9]*:../../devel/py-pexpect
+DEPENDS+=	${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo
 
-PYSETUP=	setup.py
 PYTHON_VERSIONS_INCOMPATIBLE=	27
 
+REPLACE_PYTHON+=	bin/catfish
+REPLACE_PYTHON+=	setup.py
+
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../lang/python/distutils.mk"


Home | Main Index | Thread Index | Old Index