diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2009-09-21 14:27:37 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2009-09-21 14:27:37 +0000 |
commit | 3473e1384908090220afad415b76b631d91a42ea (patch) | |
tree | 7d91d720bbcfa64ebbadcf6b250bf04a71c4e247 /security/kwallet | |
parent | 2218900897664e2a57823a734067dbd810d38195 (diff) | |
download | ports-3473e1384908090220afad415b76b631d91a42ea.tar.gz ports-3473e1384908090220afad415b76b631d91a42ea.zip |
Notes
Diffstat (limited to 'security/kwallet')
-rw-r--r-- | security/kwallet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/kwallet/Makefile b/security/kwallet/Makefile index cb1d5883b5c5..cd2e60f24298 100644 --- a/security/kwallet/Makefile +++ b/security/kwallet/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 |