diff options
author | makc <makc@FreeBSD.org> | 2009-01-04 14:08:43 +0000 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-01-04 14:08:43 +0000 |
commit | 136fb739c7afec07742461c1efbb6822b36b36b2 (patch) | |
tree | 72580af3d9e2148705fbceb0b9e548056bd09659 | |
parent | cd3508d86367a8160c155e5551cf90a949458a4b (diff) | |
download | FreeBSD-ports-136fb739c7afec07742461c1efbb6822b36b36b2.zip FreeBSD-ports-136fb739c7afec07742461c1efbb6822b36b36b2.tar.gz |
Chase devel/libical update
Approved by: miwi (mentor)
-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 f520dfe..90dccf0 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 a4ad9f6..b19206c 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: |