diff options
author | makc <makc@FreeBSD.org> | 2009-01-04 22:08:43 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-01-04 22:08:43 +0800 |
commit | 136fb739c7afec07742461c1efbb6822b36b36b2 (patch) | |
tree | 72580af3d9e2148705fbceb0b9e548056bd09659 /comms/gnokii | |
parent | cd3508d86367a8160c155e5551cf90a949458a4b (diff) | |
download | freebsd-ports-gnome-136fb739c7afec07742461c1efbb6822b36b36b2.tar.gz freebsd-ports-gnome-136fb739c7afec07742461c1efbb6822b36b36b2.tar.zst freebsd-ports-gnome-136fb739c7afec07742461c1efbb6822b36b36b2.zip |
Chase devel/libical update
Approved by: miwi (mentor)
Diffstat (limited to 'comms/gnokii')
-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 f520dfe8fa53..90dccf0e3d99 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -52,7 +52,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.27:${PORTSDIR}/devel/libical +LIB_DEPENDS+= ical.42:${PORTSDIR}/devel/libical .endif .if exists(${LOCALBASE}/lib/libusb.so) || defined(WITH_USB) |