pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/retext retext: use DEPENDS for py-qt5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ffedb59c7d0
branches:  trunk
changeset: 389254:9ffedb59c7d0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Dec 02 23:13:20 2022 +0000

description:
retext: use DEPENDS for py-qt5

diffstat:

 editors/retext/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r e1a7886bfba9 -r 9ffedb59c7d0 editors/retext/Makefile
--- a/editors/retext/Makefile   Fri Dec 02 23:12:59 2022 +0000
+++ b/editors/retext/Makefile   Fri Dec 02 23:13:20 2022 +0000
@@ -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 @@
 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 @@
 
 .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