diff options
author | pin <pin@pkgsrc.org> | 2020-06-01 14:29:00 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2020-06-01 14:29:00 +0000 |
commit | 4919962ee7c57f39eb69567a6d63d314faa1fa4f (patch) | |
tree | 487a35349c5a1808d8d5a983833930c290ed0bfe | |
parent | b033fc4a7d83c0372ede69b3f1e553786b06c547 (diff) | |
download | pkgsrc-4919962ee7c57f39eb69567a6d63d314faa1fa4f.tar.gz |
x11/lxqt-config: Remove references to wip
-rw-r--r-- | x11/lxqt-config/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/lxqt-config/Makefile b/x11/lxqt-config/Makefile index 3d19dbfc655..22d392feabd 100644 --- a/x11/lxqt-config/Makefile +++ b/x11/lxqt-config/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2020/06/01 12:18:53 pin Exp $ +# $NetBSD: Makefile,v 1.6 2020/06/01 14:29:00 pin Exp $ VERSION= 0.15.0 DISTNAME= lxqt-config-${VERSION} @@ -43,9 +43,9 @@ SUBST_VARS.prefix+= XKBSUB pre-configure: ${MKDIR} -p ${WRKSRC}/build -TOOL_DEPENDS+= lxqt-build-tools-[0-9]*:../../wip/lxqt-build-tools +TOOL_DEPENDS+= lxqt-build-tools-[0-9]*:../../devel/lxqt-build-tools TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools -DEPENDS+= lxqt-themes-[0-9]*:../../wip/lxqt-themes +DEPENDS+= lxqt-themes-[0-9]*:../../graphics/lxqt-themes .include "../../x11/qt5-qtsvg/buildlink3.mk" .include "../../x11/libXcursor/buildlink3.mk" |