diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-04 20:33:50 +0800 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-04 20:33:50 +0800 |
commit | 544e16f0d1ded699c464302aa83f834c3bc13d5d (patch) | |
tree | b568b4caef2c226792fbbfb3dfc4d1e4c299d61b /x11-wm/i3 | |
parent | 6368b8b0b13d8d96eb0b473a83817e580070eb05 (diff) | |
download | freebsd-ports-gnome-544e16f0d1ded699c464302aa83f834c3bc13d5d.tar.gz freebsd-ports-gnome-544e16f0d1ded699c464302aa83f834c3bc13d5d.tar.zst freebsd-ports-gnome-544e16f0d1ded699c464302aa83f834c3bc13d5d.zip |
- Convert to new perl framework
Approved by: bapt@ (maintainer)
Diffstat (limited to 'x11-wm/i3')
-rw-r--r-- | x11-wm/i3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/i3/Makefile b/x11-wm/i3/Makefile index 9c939b0bfe94..d836707f1a90 100644 --- a/x11-wm/i3/Makefile +++ b/x11-wm/i3/Makefile @@ -27,10 +27,10 @@ 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_RUN= yes USE_XORG= x11 xcb xcursor -USES= pkgconfig iconv gmake +USES= pkgconfig iconv gmake perl5 USE_BZIP2= yes +USE_PERL5= run MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/i3 \ |