diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-30 05:25:30 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-30 05:25:30 +0800 |
commit | 6afcad28cc09578cce52d76d3380b91948df10ff (patch) | |
tree | afcff3c410991c9dc05c76d815c0d7e11f81b352 /games | |
parent | f2d638d9d928d9c04bcaa5f58a70a0fb028a9069 (diff) | |
download | freebsd-ports-gnome-6afcad28cc09578cce52d76d3380b91948df10ff.tar.gz freebsd-ports-gnome-6afcad28cc09578cce52d76d3380b91948df10ff.tar.zst freebsd-ports-gnome-6afcad28cc09578cce52d76d3380b91948df10ff.zip |
Remove the final usages of USE_XZ from the tree, and replace them with
USES=tar:xz.
Approved by: portmgr (most of them)
Diffstat (limited to 'games')
-rw-r--r-- | games/gnomechess/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |