aboutsummaryrefslogtreecommitdiff
path: root/audio/libgme
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2014-06-01 13:03:14 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2014-06-01 13:03:14 +0000
commit886a9071a1cc4b364b0a8ff097f1bd58778aea11 (patch)
treec9d301ed55367daf089b38d9246d62856e45d5db /audio/libgme
parent0be4595fc26a2cdc85a3d8573c423b1d946cbb77 (diff)
downloadports-886a9071a1cc4b364b0a8ff097f1bd58778aea11.tar.gz
ports-886a9071a1cc4b364b0a8ff097f1bd58778aea11.zip
- USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)
Notes
Notes: svn path=/head/; revision=356114
Diffstat (limited to 'audio/libgme')
-rw-r--r--audio/libgme/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/libgme/Makefile b/audio/libgme/Makefile
index 5a6d6a22bfd3..134e76cf4cdd 100644
--- a/audio/libgme/Makefile
+++ b/audio/libgme/Makefile
@@ -14,8 +14,7 @@ LICENSE= LGPL21 LGPL3
LICENSE_COMB= dual
PROJECTHOST= game-music-emu
-USE_BZIP2= yes
-USES= cmake dos2unix ninja
+USES= tar:bzip2 cmake dos2unix ninja
USE_LDCONFIG= yes
.include <bsd.port.mk>