diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2020-04-25 15:18:42 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2020-04-25 15:18:42 +0000 |
commit | 1725cc4eff37829abb7c306406b819cb936b6ebd (patch) | |
tree | 378df6fc25543561d42454f1c64c596d724292f9 /x11 | |
parent | d2abbedc7a03bad46a7baebcb33353d51724974c (diff) | |
download | pkgsrc-1725cc4eff37829abb7c306406b819cb936b6ebd.tar.gz |
lxqt-runner: fix stray "wip" reference
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lxqt-runner/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/lxqt-runner/Makefile b/x11/lxqt-runner/Makefile index 86524eeafb8..b485d3736a1 100644 --- a/x11/lxqt-runner/Makefile +++ b/x11/lxqt-runner/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/04/25 15:16:41 gutteridge Exp $ +# $NetBSD: Makefile,v 1.2 2020/04/25 15:18:42 gutteridge Exp $ DISTNAME= lxqt-runner-0.14.1 CATEGORIES= x11 @@ -23,6 +23,6 @@ pre-configure: TOOL_DEPENDS+= lxqt-build-tools-[0-9]*:../../devel/lxqt-build-tools TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools -.include "../../wip/lxqt-globalkeys/buildlink3.mk" +.include "../../x11/lxqt-globalkeys/buildlink3.mk" .include "../../math/muparser/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |