diff options
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 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 |