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/ghostess/Makefile | |
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/ghostess/Makefile')
-rw-r--r-- | audio/ghostess/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/ghostess/Makefile b/audio/ghostess/Makefile index 1dc4429be34e..74e0361595dd 100644 --- a/audio/ghostess/Makefile +++ b/audio/ghostess/Makefile @@ -23,9 +23,8 @@ LIB_DEPENDS= libdssialsacompat.so:${PORTSDIR}/audio/libdssialsacompat \ liblo.so:${PORTSDIR}/audio/liblo \ libjack.so:${PORTSDIR}/audio/jack -USE_BZIP2= yes USE_GNOME= gtk20 -USES= gmake pkgconfig +USES= tar:bzip2 gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-jackmidi |