diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-04-10 05:56:28 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-04-10 05:56:28 +0000 |
commit | ae52bc80895a23ddbe33b86e75a9cf331ae32ba9 (patch) | |
tree | 5538a7d3541f6d56e4bbab9c6329f5b9db64dafb /comms/gnokii | |
parent | 7934df773e0cc2a9924de75dd7cad9cc3d79d4ee (diff) | |
download | ports-ae52bc80895a23ddbe33b86e75a9cf331ae32ba9.tar.gz ports-ae52bc80895a23ddbe33b86e75a9cf331ae32ba9.zip |
Notes
Diffstat (limited to 'comms/gnokii')
-rw-r--r-- | comms/gnokii/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index fe5733bb1c49..4ecf7e3149b4 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnokii PORTVERSION= 0.6.27 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= comms MASTER_SITES= http://www.gnokii.org/download/gnokii/ \ @@ -53,7 +53,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.42:${PORTSDIR}/devel/libical +LIB_DEPENDS+= ical.43:${PORTSDIR}/devel/libical .endif .if ${OSVERSION} < 800069 |