diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-30 02:41:15 +0800 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-30 02:41:15 +0800 |
commit | bbc8c4d740872dbe971f6164448e5ba893cb166f (patch) | |
tree | c756810defa7862a81134a13cec391bfef55e24e /x11/i3lock | |
parent | 7eb500363752ce8dd82189f56d621b11450e92f9 (diff) | |
download | freebsd-ports-gnome-bbc8c4d740872dbe971f6164448e5ba893cb166f.tar.gz freebsd-ports-gnome-bbc8c4d740872dbe971f6164448e5ba893cb166f.tar.zst freebsd-ports-gnome-bbc8c4d740872dbe971f6164448e5ba893cb166f.zip |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
Diffstat (limited to 'x11/i3lock')
-rw-r--r-- | x11/i3lock/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/i3lock/Makefile b/x11/i3lock/Makefile index b9f8f76e6f3e..a051cb2866cf 100644 --- a/x11/i3lock/Makefile +++ b/x11/i3lock/Makefile @@ -28,8 +28,7 @@ PLIST_FILES= bin/i3lock \ LDFLAGS+= ${ICONV_LIB} USE_XORG= x11 xcb xt xproto xext -USE_BZIP2= yes -USES= gmake iconv pkgconfig +USES= gmake iconv pkgconfig tar:bzip2 post-install: ${CHMOD} u+s ${STAGEDIR}${PREFIX}/bin/i3lock |