From 6afcad28cc09578cce52d76d3380b91948df10ff Mon Sep 17 00:00:00 2001 From: adamw Date: Tue, 29 Jul 2014 21:25:30 +0000 Subject: Remove the final usages of USE_XZ from the tree, and replace them with USES=tar:xz. Approved by: portmgr (most of them) --- games/gnomechess/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'games') diff --git a/games/gnomechess/Makefile b/games/gnomechess/Makefile index d7fcf1fb5e12..265d3d760e6d 100644 --- a/games/gnomechess/Makefile +++ b/games/gnomechess/Makefile @@ -18,10 +18,9 @@ BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty \ xmllint:${PORTSDIR}/textproc/libxml2 \ p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser -USES= gmake pathfix pkgconfig desktop-file-utils shared-mime-info +USES= gmake pathfix pkgconfig desktop-file-utils shared-mime-info tar:xz USE_GL= gl glu USE_GNOME= gtk30 librsvg2 -USE_XZ= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes -- cgit