pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/retext



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Dec  2 23:13:20 UTC 2022

Modified Files:
        pkgsrc/editors/retext: Makefile

Log Message:
retext: use DEPENDS for py-qt5


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/editors/retext/Makefile

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

Modified files:

Index: pkgsrc/editors/retext/Makefile
diff -u pkgsrc/editors/retext/Makefile:1.13 pkgsrc/editors/retext/Makefile:1.14
--- pkgsrc/editors/retext/Makefile:1.13 Thu Jun 30 11:18:21 2022
+++ pkgsrc/editors/retext/Makefile      Fri Dec  2 23:13:20 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2022/06/30 11:18:21 nia Exp $
+# $NetBSD: Makefile,v 1.14 2022/12/02 23:13:20 wiz Exp $
 
 DISTNAME=      ReText-7.2.3
 PKGNAME=       ${DISTNAME:tl}
@@ -14,6 +14,7 @@ LICENSE=      gnu-gpl-v3
 DEPENDS+=      ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
 DEPENDS+=      ${PYPKGPREFIX}-enchant-[0-9]*:../../textproc/py-enchant
 DEPENDS+=      ${PYPKGPREFIX}-markups-[0-9]*:../../textproc/py-markups
+DEPENDS+=      ${PYPKGPREFIX}-qt5-[0-9]*:../../x11/py-qt5
 
 USE_LANGUAGES= # none
 
@@ -23,5 +24,4 @@ USE_PKG_RESOURCES=    yes
 
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../lang/python/egg.mk"
-.include "../../x11/py-qt5/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index