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 /deskutils/orage/Makefile | |
parent | 7934df773e0cc2a9924de75dd7cad9cc3d79d4ee (diff) | |
download | ports-ae52bc80895a23ddbe33b86e75a9cf331ae32ba9.tar.gz ports-ae52bc80895a23ddbe33b86e75a9cf331ae32ba9.zip |
Notes
Diffstat (limited to 'deskutils/orage/Makefile')
-rw-r--r-- | deskutils/orage/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/orage/Makefile b/deskutils/orage/Makefile index 608fa04b05e5..1790da3c2928 100644 --- a/deskutils/orage/Makefile +++ b/deskutils/orage/Makefile @@ -7,6 +7,7 @@ PORTNAME= orage PORTVERSION= 4.6.0 +PORTREVISION= 1 CATEGORIES= deskutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 @@ -39,7 +40,7 @@ CONFIGURE_ARGS+=--with-bdb4=no .endif .if defined(WITH_ICAL) -LIB_DEPENDS+= ical.42:${PORTSDIR}/devel/libical +LIB_DEPENDS+= ical.43:${PORTSDIR}/devel/libical .endif post-patch: |