diff options
author | bapt <bapt@FreeBSD.org> | 2013-03-20 20:47:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-03-20 20:47:49 +0800 |
commit | 95c2c11c76affdb5e3c05cc9954a82aebafeea9e (patch) | |
tree | a862db317d96db50440ba27df6bf5c455cc7bd67 /x11-wm | |
parent | ff0ba1de23e3ea1fe451495276085170c331b311 (diff) | |
download | freebsd-ports-graphics-95c2c11c76affdb5e3c05cc9954a82aebafeea9e.tar.gz freebsd-ports-graphics-95c2c11c76affdb5e3c05cc9954a82aebafeea9e.tar.zst freebsd-ports-graphics-95c2c11c76affdb5e3c05cc9954a82aebafeea9e.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 3a60417d680..1be60e1b52d 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 |