From 38fe74289962f7bde8f57d9a999e61b74241ad6b Mon Sep 17 00:00:00 2001 From: adamw Date: Tue, 29 Jul 2014 18:41:15 +0000 Subject: Convert a bunch of USE_BZIP2 to USES=tar:bzip2 Approved by: portmgr (not really, but touches unstaged ports) --- x11-fonts/font-manager/Makefile | 3 +-- x11-fonts/tv-fonts/Makefile | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'x11-fonts') diff --git a/x11-fonts/font-manager/Makefile b/x11-fonts/font-manager/Makefile index 8bd5c69b997c..0e452c7d3938 100644 --- a/x11-fonts/font-manager/Makefile +++ b/x11-fonts/font-manager/Makefile @@ -17,11 +17,10 @@ LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 -USE_BZIP2= yes USE_PYTHON= 2 USE_GNOME= pygtk2 GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 PORTDATA= * diff --git a/x11-fonts/tv-fonts/Makefile b/x11-fonts/tv-fonts/Makefile index 719989fc60e7..011a6ec5918f 100644 --- a/x11-fonts/tv-fonts/Makefile +++ b/x11-fonts/tv-fonts/Makefile @@ -17,8 +17,7 @@ RUN_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale -USES= gmake -USE_BZIP2= yes +USES= gmake tar:bzip2 FONTSDIR= ${PREFIX}/lib/X11/fonts/misc FONTS= caption.pcf.gz captioni.pcf.gz led-iso10646-1.pcf.gz \ -- cgit