diff options
author | makc <makc@FreeBSD.org> | 2014-05-12 18:53:41 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2014-05-12 18:53:41 +0800 |
commit | 4d067e1443119a1d2021e990720f8c9d7e893129 (patch) | |
tree | e335caa03dfa0972b42ee08e49dee9136104c8a5 /deskutils | |
parent | f8d59206f411ad9cc1291ec28dc1e7c08446cd6d (diff) | |
download | freebsd-ports-gnome-4d067e1443119a1d2021e990720f8c9d7e893129.tar.gz freebsd-ports-gnome-4d067e1443119a1d2021e990720f8c9d7e893129.tar.zst freebsd-ports-gnome-4d067e1443119a1d2021e990720f8c9d7e893129.zip |
Convert my ports to USES=tar
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/plasma-applet-qstardict/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/plasma-applet-qstardict/Makefile b/deskutils/plasma-applet-qstardict/Makefile index d6ec3302102c..d4b6e71e35d5 100644 --- a/deskutils/plasma-applet-qstardict/Makefile +++ b/deskutils/plasma-applet-qstardict/Makefile @@ -12,8 +12,7 @@ COMMENT= Dictionary plasma applet for KDE RUN_DEPENDS= ${QSTARDICT_PLUGIN_PATH}/libstardict.so:${PORTSDIR}/textproc/qstardict -USE_BZIP2= yes -USES= cmake +USES= cmake tar:bzip2 USE_QT4= qmake_build uic_build moc_build rcc_build USE_KDE4= automoc4 kdeprefix kdelibs CMAKE_SOURCE_PATH= ${WRKSRC}/kdeplasma |