aboutsummaryrefslogtreecommitdiffstats
path: root/finance
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2010-05-22 13:56:51 +0800
committermarcus <marcus@FreeBSD.org>2010-05-22 13:56:51 +0800
commitea9ba2edb9ba6080baa4ebc1fab7ce163167ee73 (patch)
tree064915143d92996394325f294f8a71b660337838 /finance
parent7647c4c67e39c4f149eb0347133ffe1a8a13b62c (diff)
downloadfreebsd-ports-gnome-ea9ba2edb9ba6080baa4ebc1fab7ce163167ee73.tar.gz
freebsd-ports-gnome-ea9ba2edb9ba6080baa4ebc1fab7ce163167ee73.tar.zst
freebsd-ports-gnome-ea9ba2edb9ba6080baa4ebc1fab7ce163167ee73.zip
Update libical to 0.44.
Diffstat (limited to 'finance')
-rw-r--r--finance/kmymoney-kde4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/kmymoney-kde4/Makefile b/finance/kmymoney-kde4/Makefile
index b8b93d4375bd..f5b1a1dd7010 100644
--- a/finance/kmymoney-kde4/Makefile
+++ b/finance/kmymoney-kde4/Makefile
@@ -7,7 +7,7 @@
PORTNAME= kmymoney
PORTVERSION= 3.97.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= finance
MASTER_SITES= SF/${PORTNAME}2/KMyMoney-KDE4/${PORTVERSION}
@@ -36,7 +36,7 @@ OPTIONS= CALENDAR "Enable Calendar plugin" on \
.include <bsd.port.options.mk>
.if defined(WITH_CALENDAR)
-LIB_DEPENDS+= ical.43:${PORTSDIR}/devel/libical
+LIB_DEPENDS+= ical.44:${PORTSDIR}/devel/libical
CMAKE_ARGS+= -DENABLE_LIBICAL:BOOL=ON
PLIST_SUB+= WITH_CALENDAR=""
.else