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 /math | |
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 'math')
-rw-r--r-- | math/qtiplot-doc/Makefile | 2 | ||||
-rw-r--r-- | math/qtiplot/Makefile | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/math/qtiplot-doc/Makefile b/math/qtiplot-doc/Makefile index bf87004b75e9..d59914eeaca2 100644 --- a/math/qtiplot-doc/Makefile +++ b/math/qtiplot-doc/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= docbook2html:${PORTSDIR}/textproc/docbook-utils \ ${LOCALBASE}/share/xsl/docbook/html/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl \ ${LOCALBASE}/share/sgml/docbook/dsssl/modular/html/docbook.dsl:${PORTSDIR}/textproc/dsssl-docbook-modular -USE_BZIP2= yes +USES= tar:bzip2 DATADIR= ${PREFIX}/share/qtiplot/manual WRKSRC= ${WRKDIR}/${DISTNAME}/manual diff --git a/math/qtiplot/Makefile b/math/qtiplot/Makefile index 0caae34f395e..9ba459fe37bc 100644 --- a/math/qtiplot/Makefile +++ b/math/qtiplot/Makefile @@ -17,8 +17,7 @@ LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl \ # qwt.5:${PORTSDIR}/x11-toolkits/qwt5 \ # qwtplot3d-qt4:${PORTSDIR}/math/qwtplot3d-qt4 -USES= dos2unix gmake qmake -USE_BZIP2= yes +USES= dos2unix gmake qmake tar:bzip2 USE_QT4= gui opengl svg qt3support network assistantclient \ moc_build rcc_build USE_GL= glu |