diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-30 05:43:17 +0800 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-30 05:43:17 +0800 |
commit | aeac01a4bbd80367d8720b2194bc14765d50af6b (patch) | |
tree | 626d2288bada68bcb887f72d08c8de3dfe0595dc /x11-themes/murrine-configurator | |
parent | 549b6db4176fe494c57f28d6d061cda790a27887 (diff) | |
download | freebsd-ports-gnome-aeac01a4bbd80367d8720b2194bc14765d50af6b.tar.gz freebsd-ports-gnome-aeac01a4bbd80367d8720b2194bc14765d50af6b.tar.zst freebsd-ports-gnome-aeac01a4bbd80367d8720b2194bc14765d50af6b.zip |
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
Diffstat (limited to 'x11-themes/murrine-configurator')
-rw-r--r-- | x11-themes/murrine-configurator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/murrine-configurator/Makefile b/x11-themes/murrine-configurator/Makefile index 8e8abe9770ca..a330e0b54253 100644 --- a/x11-themes/murrine-configurator/Makefile +++ b/x11-themes/murrine-configurator/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ ${LOCALBASE}/bin/zenity:${PORTSDIR}/x11/zenity NO_BUILD= yes -USE_BZIP2= yes +USES= tar:bzip2 USE_GNOME= gtk20 do-install: |