diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-05 21:51:13 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-05 21:51:13 +0800 |
commit | 0c5defe3c35dc8ec452d30c44a9ebcd4ee9a1a75 (patch) | |
tree | c7c9d0c7dc5cd634e80c441f6c56bb05f82926f4 /x11 | |
parent | 06fbe8022823a31fee874824dbd6b6edc319d190 (diff) | |
download | freebsd-ports-gnome-0c5defe3c35dc8ec452d30c44a9ebcd4ee9a1a75.tar.gz freebsd-ports-gnome-0c5defe3c35dc8ec452d30c44a9ebcd4ee9a1a75.tar.zst freebsd-ports-gnome-0c5defe3c35dc8ec452d30c44a9ebcd4ee9a1a75.zip |
Readd the USE_BZIP2 removed by mistake
Submitted by: flo
Diffstat (limited to 'x11')
-rw-r--r-- | x11/i3status/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/i3status/Makefile b/x11/i3status/Makefile index a474f098f6b0..c0baa4fd97e0 100644 --- a/x11/i3status/Makefile +++ b/x11/i3status/Makefile @@ -16,6 +16,7 @@ LIB_DEPENDS= confuse:${PORTSDIR}/devel/libconfuse \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USES= gmake +USE_BZIP2= yes PLIST_FILES= bin/i3status \ etc/i3status.conf.sample |