summaryrefslogtreecommitdiff
path: root/x11/kde4-runtime
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2010-11-09 18:58:25 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2010-11-09 18:58:25 +0000
commitdab3be2b8b5e301663f9548d216289a4d20455cd (patch)
tree900e3f57d49e91cd857a571855c37ac069022cda /x11/kde4-runtime
parentUpdate to new upstream release 2.1.4. (diff)
Increment PORTREVISION after liblzma major version change in archivers/xz.
Notes
Notes: svn path=/head/; revision=264318
Diffstat (limited to 'x11/kde4-runtime')
-rw-r--r--x11/kde4-runtime/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile
index 213bc04c4e80..67487e692b38 100644
--- a/x11/kde4-runtime/Makefile
+++ b/x11/kde4-runtime/Makefile
@@ -8,6 +8,7 @@
PORTNAME= kdebase-runtime
PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 1
CATEGORIES= x11 kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@@ -52,7 +53,7 @@ CMAKE_ARGS+= -DWITH_ALSA:BOOL=OFF
.include <bsd.port.options.mk>
.if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012)
-LIB_DEPENDS+= lzma.0:${PORTSDIR}/archivers/xz
+LIB_DEPENDS+= lzma.5:${PORTSDIR}/archivers/xz
.endif
.if defined(WITH_PULSEAUDIO)