pkgsrc-WIP-changes archive

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

py-mol: remove Pmw dependency



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Tue Jun 7 12:25:31 2022 +0200
Changeset:	4dd23b8310e9f98f1c1fdc4cb8e8bfafa59f470f

Modified Files:
	py-mol/Makefile

Log Message:
py-mol: remove Pmw dependency

This is wrong, it's been converted to pyqt.

TODO: This package is not finished, please finish it :)

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

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

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

diffs:
diff --git a/py-mol/Makefile b/py-mol/Makefile
index 27caf263ba..91c68e2f4f 100644
--- a/py-mol/Makefile
+++ b/py-mol/Makefile
@@ -12,7 +12,7 @@ HOMEPAGE=	http://www.pymol.org/
 COMMENT=	Molecular Visualization System
 LICENSE=	modified-bsd
 
-DEPENDS+=	${PYPKGPREFIX}-Pmw-[0-9]*:../../x11/py-Pmw
+#DEPENDS+=	${PYPKGPREFIX}-Pmw-[0-9]*:../../x11/py-Pmw
 
 CONFLICTS=		pymol-[0-9]*
 


Home | Main Index | Thread Index | Old Index