summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-12-02 23:12:27 +0000
committerwiz <wiz@pkgsrc.org>2022-12-02 23:12:27 +0000
commit751105541ce0509056174e453a9b3671442f614f (patch)
treed40c38dbb0e622ea106455ad3395bd4b6ff8ed2c /games
parente7b07bad77464a2ad392751a3dc267aec48f9e16 (diff)
downloadpkgsrc-751105541ce0509056174e453a9b3671442f614f.tar.gz
kajongg: use DEPENDS for py-qt5
Diffstat (limited to 'games')
-rw-r--r--games/kajongg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/kajongg/Makefile b/games/kajongg/Makefile
index f483c460f38..d296068b19d 100644
--- a/games/kajongg/Makefile
+++ b/games/kajongg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2022/11/23 16:20:03 adam Exp $
+# $NetBSD: Makefile,v 1.78 2022/12/02 23:12:27 wiz Exp $
DISTNAME= kajongg-${KAPPSVER}
PKGREVISION= 1
@@ -12,6 +12,7 @@ LICENSE= gnu-gpl-v2 AND gnu-fdl-v1.2
BUILD_DEPENDS+= kdoctools>=5.19.0:../../devel/kdoctools
DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
+DEPENDS+= ${PYPKGPREFIX}-qt5-[0-9]*:../../x11/py-qt5
USE_TOOLS+= msgmerge
@@ -29,6 +30,5 @@ PLIST_SUBST+= PYPKGVER=${PYPKGPREFIX:S/py//}
.include "../../lang/python/application.mk"
.include "../../lang/python/tool.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../x11/py-qt5/buildlink3.mk"
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"