diff options
author | marcus <marcus@FreeBSD.org> | 2010-05-22 13:56:51 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2010-05-22 13:56:51 +0800 |
commit | ea9ba2edb9ba6080baa4ebc1fab7ce163167ee73 (patch) | |
tree | 064915143d92996394325f294f8a71b660337838 /comms | |
parent | 7647c4c67e39c4f149eb0347133ffe1a8a13b62c (diff) | |
download | freebsd-ports-gnome-ea9ba2edb9ba6080baa4ebc1fab7ce163167ee73.tar.gz freebsd-ports-gnome-ea9ba2edb9ba6080baa4ebc1fab7ce163167ee73.tar.zst freebsd-ports-gnome-ea9ba2edb9ba6080baa4ebc1fab7ce163167ee73.zip |
Update libical to 0.44.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gnokii/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index d3e6544f163b..bc3b04a30a68 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -54,7 +54,7 @@ OPTIONS= ICAL "Build with IETF iCal support" off \ .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/lib/libical.so) || defined(WITH_ICAL) -LIB_DEPENDS+= ical.43:${PORTSDIR}/devel/libical +LIB_DEPENDS+= ical.44:${PORTSDIR}/devel/libical .endif .if ${OSVERSION} < 800069 |