diff options
author | oliver <oliver@FreeBSD.org> | 2008-02-13 13:56:42 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2008-02-13 13:56:42 +0800 |
commit | 961891f1ab5e2fefaf215539151838b7e1bf0a59 (patch) | |
tree | b92fb513ae30407c5ff25a22a34c2570eb564bcc /deskutils/orage | |
parent | f417764978c691c45e862ba2bddf75321d91fa61 (diff) | |
download | freebsd-ports-gnome-961891f1ab5e2fefaf215539151838b7e1bf0a59.tar.gz freebsd-ports-gnome-961891f1ab5e2fefaf215539151838b7e1bf0a59.tar.zst freebsd-ports-gnome-961891f1ab5e2fefaf215539151838b7e1bf0a59.zip |
deskutils/orage/Makefile required ical.0 which should be
ical.27 because libical changed its name
PORTREVISION bump for multimedia/xfce4-media to pick up
the new libexo version
Submitted by: Rene Ladan <r.c.ladan@gmail.com>
Diffstat (limited to 'deskutils/orage')
-rw-r--r-- | deskutils/orage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/orage/Makefile b/deskutils/orage/Makefile index beb3322a7d10..0783ababf265 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.0:${PORTSDIR}/devel/libical +LIB_DEPENDS+= ical.27:${PORTSDIR}/devel/libical .endif post-patch: |