diff options
author | marino <marino@FreeBSD.org> | 2014-06-19 03:36:21 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-06-19 03:36:21 +0800 |
commit | 7af1a222d1d16ac29645f6209885316519d2b42f (patch) | |
tree | 5ab973b73700eb75b6f2c6063d70c514beb6c090 | |
parent | afed702088f079a9adc63b17a19d0b6f1e9fcc91 (diff) | |
download | freebsd-ports-gnome-7af1a222d1d16ac29645f6209885316519d2b42f.tar.gz freebsd-ports-gnome-7af1a222d1d16ac29645f6209885316519d2b42f.tar.zst freebsd-ports-gnome-7af1a222d1d16ac29645f6209885316519d2b42f.zip |
multimedia/phonon-designerplugin: convert USE_XZ
PR: 191138
Submitted by: venture37
Approved by: general blanket
-rw-r--r-- | multimedia/phonon-designerplugin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/phonon-designerplugin/Makefile b/multimedia/phonon-designerplugin/Makefile index 42b80d9104fa..f910e92d775d 100644 --- a/multimedia/phonon-designerplugin/Makefile +++ b/multimedia/phonon-designerplugin/Makefile @@ -15,8 +15,7 @@ LICENSE= LGPL21 USE_QT4= phonon designer \ qmake_build moc_build rcc_build uic_build -USE_XZ= yes -USES= cmake +USES= cmake tar:xz CMAKE_ARGS= -DPHONON_QT_PLUGIN_INSTALL_DIR=${PREFIX}/${QT_PLUGINDIR_REL}/designer BUILD_WRKSRC= ${WRKSRC}/designer |