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/musescore | |
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/musescore')
-rw-r--r-- | audio/musescore/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/musescore/Makefile b/audio/musescore/Makefile index 13f3e31a7bda..296294b9ac33 100644 --- a/audio/musescore/Makefile +++ b/audio/musescore/Makefile @@ -17,8 +17,7 @@ BUILD_DEPENDS= qtscriptgenerator>0:${PORTSDIR}/devel/qtscriptgenerator LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile RUN_DEPENDS= qtscriptgenerator>0:${PORTSDIR}/devel/qtscriptgenerator -USE_BZIP2= yes -USES= cmake:outsource +USES= tar:bzip2 cmake:outsource USE_QT4= corelib designer gui network script scripttools svg webkit xml \ linguist_build moc_build qmake_build rcc_build uic_build CMAKE_SOURCE_PATH= ${WRKSRC}/mscore |