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 /editors | |
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 'editors')
-rw-r--r-- | editors/kile-kde4/Makefile | 3 | ||||
-rw-r--r-- | editors/texmaker/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/editors/kile-kde4/Makefile b/editors/kile-kde4/Makefile index 235a1d678683..341c3b911d3b 100644 --- a/editors/kile-kde4/Makefile +++ b/editors/kile-kde4/Makefile @@ -12,8 +12,7 @@ COMMENT= LaTeX source editor for KDE RUN_DEPENDS= identify:${PORTSDIR}/graphics/ImageMagick -USE_BZIP2= yes -USES= cmake shared-mime-info +USES= cmake shared-mime-info tar:bzip2 USE_QT4= qmake_build moc_build rcc_build uic_build USE_KDE4= kdeprefix kdelibs automoc4 kate_run USE_TEX= latex diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile index 313437d68487..7aeeece65660 100644 --- a/editors/texmaker/Makefile +++ b/editors/texmaker/Makefile @@ -13,8 +13,7 @@ COMMENT= LaTeX Development Environment LIB_DEPENDS= libpoppler.so:${PORTSDIR}/graphics/poppler \ libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 -USES= desktop-file-utils pkgconfig qmake -USE_BZIP2= yes +USES= desktop-file-utils pkgconfig qmake tar:bzip2 USE_GHOSTSCRIPT_RUN= yes USE_QT4= gui network xml webkit \ moc_build rcc_build uic_build |