diff options
-rw-r--r-- | deskutils/orage/Makefile | 2 | ||||
-rw-r--r-- | multimedia/xfce4-media/Makefile | 5 |
2 files changed, 3 insertions, 4 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: diff --git a/multimedia/xfce4-media/Makefile b/multimedia/xfce4-media/Makefile index 22341f628c34..317853144f69 100644 --- a/multimedia/xfce4-media/Makefile +++ b/multimedia/xfce4-media/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-media PORTVERSION= 0.9.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia xfce MASTER_SITES= http://spuriousinterrupt.org/files/xfmedia/ DISTNAME= xfmedia-${PORTVERSION} @@ -16,8 +16,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= r.c.ladan@gmail.com COMMENT= Lightweight media player for Xfce4 based on the xine engine -LIB_DEPENDS= xine.1:${PORTSDIR}/multimedia/libxine \ - exo-0.3:${PORTSDIR}/x11/libexo +LIB_DEPENDS= xine.1:${PORTSDIR}/multimedia/libxine GNU_CONFIGURE= yes INSTALLS_ICONS= yes |