diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
commit | fa4a943c17e47bf910596a414fd7287983350b9b (patch) | |
tree | dc76cec18a505befc330e612e0a56bf1caa5ca49 /deskutils/orage/Makefile | |
parent | 07bcc4091010f79f8d929d6ce22e51c7e3743b3f (diff) |
Notes
Diffstat (limited to 'deskutils/orage/Makefile')
-rw-r--r-- | deskutils/orage/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/orage/Makefile b/deskutils/orage/Makefile index 3e5660fa854b..0783ababf265 100644 --- a/deskutils/orage/Makefile +++ b/deskutils/orage/Makefile @@ -6,8 +6,8 @@ # PORTNAME= orage -PORTVERSION= 4.4.1 -PORTREVISION= 1 +PORTVERSION= 4.4.2 +PORTREVISION= 0 CATEGORIES= deskutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 @@ -37,7 +37,7 @@ CONFIGURE_ARGS+=--with-bdb4=no .endif .if defined(WITH_ICAL) -LIB_DEPENDS+= ical.0:${PORTSDIR}/devel/libical +LIB_DEPENDS+= ical.27:${PORTSDIR}/devel/libical .endif post-patch: |