diff options
Diffstat (limited to 'x11-wm/i3')
-rw-r--r-- | x11-wm/i3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/i3/Makefile b/x11-wm/i3/Makefile index 01741f4b6743..702e84bfa5f9 100644 --- a/x11-wm/i3/Makefile +++ b/x11-wm/i3/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= xcb.2:${PORTSDIR}/x11/libxcb \ xcb-icccm.4:${PORTSDIR}/x11/xcb-util-wm \ ev.4:${PORTSDIR}/devel/libev \ yajl.2:${PORTSDIR}/devel/yajl -RUN_DEPENDS= ${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run \ +RUN_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \ p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \ p5-AnyEvent-I3>=0:${PORTSDIR}/devel/p5-AnyEvent-I3 |