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 /sysutils | |
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 'sysutils')
-rw-r--r-- | sysutils/krename-kde4/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/krename-kde4/Makefile b/sysutils/krename-kde4/Makefile index 43f94ba7d6b2..e3527a0cfcf7 100644 --- a/sysutils/krename-kde4/Makefile +++ b/sysutils/krename-kde4/Makefile @@ -13,8 +13,7 @@ LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib \ libexiv2.so:${PORTSDIR}/graphics/exiv2 \ libpodofo.so:${PORTSDIR}/graphics/podofo -USE_BZIP2= yes -USES= cmake:outsource +USES= cmake:outsource tar:bzip2 USE_KDE4= kdeprefix kdelibs automoc4 USE_QT4= qmake_build moc_build rcc_build uic_build |