diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-05-12 10:53:41 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-05-12 10:53:41 +0000 |
commit | c425e0b6a4d59c9684be3eae7a4402a2dd33fe11 (patch) | |
tree | e335caa03dfa0972b42ee08e49dee9136104c8a5 /x11 | |
parent | c0ee1ce198fd9c6483d474389878f95fe3e076f1 (diff) | |
download | freebsd-ports-c425e0b6a4d59c9684be3eae7a4402a2dd33fe11.zip |
Convert my ports to USES=tar
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtkchtheme/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/gtkchtheme/Makefile b/x11/gtkchtheme/Makefile index 3a2c6c05643e..0ea075eb69bc 100644 --- a/x11/gtkchtheme/Makefile +++ b/x11/gtkchtheme/Makefile @@ -11,8 +11,7 @@ DISTNAME= gtk-chtheme-${PORTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= GTK2 theme changer -USE_BZIP2= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_GNOME= gtk20 PLIST_FILES= bin/gtk-chtheme \ |