diff options
author | naddy <naddy@FreeBSD.org> | 2009-09-21 22:27:37 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2009-09-21 22:27:37 +0800 |
commit | c19f9a4d2254eb9b4032ce540bb2cbdca15f6bc4 (patch) | |
tree | 7ed925d154449d7fe095f71fe8f86b1d69a0073c /math/kcalc | |
parent | 7c2bee01ca58eb44df5ce684951f3646113d48de (diff) | |
download | freebsd-ports-gnome-c19f9a4d2254eb9b4032ce540bb2cbdca15f6bc4.tar.gz freebsd-ports-gnome-c19f9a4d2254eb9b4032ce540bb2cbdca15f6bc4.tar.zst freebsd-ports-gnome-c19f9a4d2254eb9b4032ce540bb2cbdca15f6bc4.zip |
lzmautils-devel -> xz
Feature safe: yes
Diffstat (limited to 'math/kcalc')
-rw-r--r-- | math/kcalc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile index cb1d5883b5c5..cd2e60f24298 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 @@ -16,7 +17,7 @@ COMMENT= Utilities for the KDE4 integrated X11 Desktop LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ zip.1:${PORTSDIR}/archivers/libzip \ - lzma.0:${PORTSDIR}/archivers/lzmautils-devel \ + lzma.0:${PORTSDIR}/archivers/xz \ qimageblitz.4:${PORTSDIR}/x11/qimageblitz \ qca.2:${PORTSDIR}/devel/qca RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg |