aboutsummaryrefslogtreecommitdiff
path: root/math/kcalc
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2011-03-29 07:19:05 +0000
committerAlberto Villa <avilla@FreeBSD.org>2011-03-29 07:19:05 +0000
commit12307c963b92a576dc1be6cb330d932e0a5b48f9 (patch)
tree4dac09df6306529ce94213b29857b15080e8db27 /math/kcalc
parentb857e4eeec1bc27417da30afd1ac70109ec1d48b (diff)
downloadports-12307c963b92a576dc1be6cb330d932e0a5b48f9.tar.gz
ports-12307c963b92a576dc1be6cb330d932e0a5b48f9.zip
Notes
Diffstat (limited to 'math/kcalc')
-rw-r--r--math/kcalc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile
index 2f7d1ea20156..c054f8eeb334 100644
--- a/math/kcalc/Makefile
+++ b/math/kcalc/Makefile
@@ -6,6 +6,7 @@
PORTNAME= kdeutils
PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 1
CATEGORIES= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@@ -56,7 +57,7 @@ RUN_DEPENDS+= unzip>0:${PORTSDIR}/archivers/unzip \
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012)
-LIB_DEPENDS+= lzma.5:${PORTSDIR}/archivers/xz
+LIB_DEPENDS+= archive.10:${PORTSDIR}/archivers/libarchive
.endif
.ifdef(WITH_RAR)