diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-06-01 21:03:14 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-06-01 21:03:14 +0800 |
commit | 8f993794383a8ef4d48cd10d14f9f5365f79fa25 (patch) | |
tree | c9d301ed55367daf089b38d9246d62856e45d5db /audio/audex | |
parent | 5f854b081601ac5cbfb248d84c8ea02f900320fd (diff) | |
download | freebsd-ports-gnome-8f993794383a8ef4d48cd10d14f9f5365f79fa25.tar.gz freebsd-ports-gnome-8f993794383a8ef4d48cd10d14f9f5365f79fa25.tar.zst freebsd-ports-gnome-8f993794383a8ef4d48cd10d14f9f5365f79fa25.zip |
- USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)
Diffstat (limited to 'audio/audex')
-rw-r--r-- | audio/audex/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/audex/Makefile b/audio/audex/Makefile index cf01905088bc..a3a14c535d19 100644 --- a/audio/audex/Makefile +++ b/audio/audex/Makefile @@ -12,8 +12,7 @@ LICENSE= GPLv3 LIB_DEPENDS= libcdda_paranoia.so:${PORTSDIR}/audio/cdparanoia -USE_XZ= yes -USES= cmake +USES= tar:xz cmake USE_KDE4= automoc4 kdeprefix kdelibs libkcddb libkcompactdisc USE_QT4= gui dbus network svg xml \ qmake_build moc_build rcc_build uic_build |