diff options
-rw-r--r-- | comms/gnokii/Makefile | 2 | ||||
-rw-r--r-- | deskutils/orage/Makefile | 2 |
2 files changed, 2 insertions, 2 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) diff --git a/deskutils/orage/Makefile b/deskutils/orage/Makefile index a4ad9f61a9d4..b19206ca5ba6 100644 --- a/deskutils/orage/Makefile +++ b/deskutils/orage/Makefile @@ -37,7 +37,7 @@ CONFIGURE_ARGS+=--with-bdb4=no .endif .if defined(WITH_ICAL) -LIB_DEPENDS+= ical.27:${PORTSDIR}/devel/libical +LIB_DEPENDS+= ical.42:${PORTSDIR}/devel/libical .endif post-patch: |