diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-05 21:44:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-05 21:44:31 +0800 |
commit | 06fbe8022823a31fee874824dbd6b6edc319d190 (patch) | |
tree | b6b99c5218728bce763ed617ac3a3ac72b5c9a29 /x11-wm | |
parent | fde8d225baec550babca88cd47f6809f2c52cc95 (diff) | |
download | freebsd-ports-gnome-06fbe8022823a31fee874824dbd6b6edc319d190.tar.gz freebsd-ports-gnome-06fbe8022823a31fee874824dbd6b6edc319d190.tar.zst freebsd-ports-gnome-06fbe8022823a31fee874824dbd6b6edc319d190.zip |
Convert to USES=gmake
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/i3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-wm/i3/Makefile b/x11-wm/i3/Makefile index 33da6e55a371..9c939b0bfe94 100644 --- a/x11-wm/i3/Makefile +++ b/x11-wm/i3/Makefile @@ -29,9 +29,8 @@ RUN_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \ USE_PERL5_RUN= yes USE_XORG= x11 xcb xcursor -USES= pkgconfig iconv +USES= pkgconfig iconv gmake USE_BZIP2= yes -USE_GMAKE= yes MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/i3 \ |