diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2012-05-25 02:15:20 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2012-05-25 02:15:20 +0000 |
commit | f564508406256a7dc7e7f9589788c00e917c1863 (patch) | |
tree | b6ce65710c94504aa252a65ee74453340de3d60c /math/kmplot/Makefile | |
parent | 4319d238082bcfa3ccbb9d4f572c65c0547d8269 (diff) |
Notes
Diffstat (limited to 'math/kmplot/Makefile')
-rw-r--r-- | math/kmplot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/kmplot/Makefile b/math/kmplot/Makefile index 6739203b9759..b009c53d5190 100644 --- a/math/kmplot/Makefile +++ b/math/kmplot/Makefile @@ -7,7 +7,6 @@ PORTNAME= kmplot PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= math kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -22,7 +21,7 @@ USE_KDE4= kdehier kdelibs kdeprefix automoc4 KDE4_BUILDENV= yes USE_QT_VER= 4 QT_COMPONENTS= xml moc_build qmake_build rcc_build uic_build -USE_BZIP2= yes +USE_XZ= yes MAKE_JOBS_SAFE= yes MAN1= kmplot.1 |