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/scmpc | |
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/scmpc')
-rw-r--r-- | audio/scmpc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/scmpc/Makefile b/audio/scmpc/Makefile index 7f5f4eb50e79..59db5e833541 100644 --- a/audio/scmpc/Makefile +++ b/audio/scmpc/Makefile @@ -15,8 +15,7 @@ LIB_DEPENDS= libconfuse.so:${PORTSDIR}/devel/libconfuse \ libcurl.so:${PORTSDIR}/ftp/curl \ libmpdclient.so:${PORTSDIR}/audio/libmpdclient -USES= gmake pkgconfig -USE_BZIP2= yes +USES= tar:bzip2 gmake pkgconfig GNU_CONFIGURE= yes USE_GNOME= glib20 |