diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-20 20:47:49 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-20 20:47:49 +0800 |
commit | b2b7bee58dcc1e47a67e4a53e975e94629349948 (patch) | |
tree | a862db317d96db50440ba27df6bf5c455cc7bd67 /x11-wm | |
parent | 4bc8c62057c0346c657e6a012eea87b7b2c5755d (diff) | |
download | freebsd-ports-gnome-b2b7bee58dcc1e47a67e4a53e975e94629349948.tar.gz freebsd-ports-gnome-b2b7bee58dcc1e47a67e4a53e975e94629349948.tar.zst freebsd-ports-gnome-b2b7bee58dcc1e47a67e4a53e975e94629349948.zip |
Turn perl into a runtime only dependency
Diffstat (limited to 'x11-wm')
-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 3a60417d6809..1be60e1b52dc 100644 --- a/x11-wm/i3/Makefile +++ b/x11-wm/i3/Makefile @@ -28,7 +28,7 @@ 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 -USE_PERL5= yes +USE_PERL5_RUN= yes USE_XORG= x11 xcursor USES= bison USE_BZIP2= yes |