diff --git a/deskutils/orage/Makefile b/deskutils/orage/Makefile index beb3322a7d10..0783ababf265 100644 --- a/deskutils/orage/Makefile +++ b/deskutils/orage/Makefile @@ -1,49 +1,49 @@ # New ports collection makefile for: xfce4-calendar # Date created: 2003-01-14 # Whom: Matt Lancereau # # $FreeBSD$ # PORTNAME= orage PORTVERSION= 4.4.2 PORTREVISION= 0 CATEGORIES= deskutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= A calendar application to manage your time with XFce 4 GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig USE_XFCE= configenv libgui libmcs mcsmanager panel USE_XLIB= yes OPTIONS= BDB "Enable BDB support" off \ ICAL "Enable libical support" off .include .if defined(WITH_BDB) CONFIGURE_ARGS+=--with-bdb4=yes --with-bdb4_dir=${LOCALBASE} USE_BDB= 40 .else 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: .if !defined(WITH_ICAL) @${REINPLACE_CMD} -e 's|libical-|no-&|g' ${WRKSRC}/configure .endif @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure .include 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 @@ -1,64 +1,63 @@ # New ports collection makefile for: Xfce4-media # Date created: 23 October 2004 # Whom: Matt Lancereau # # $FreeBSD$ # PORTNAME= xfce4-media PORTVERSION= 0.9.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia xfce MASTER_SITES= http://spuriousinterrupt.org/files/xfmedia/ DISTNAME= xfmedia-${PORTVERSION} 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 USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= glib20 gnomehack gnometarget gtk20 intltool intlhack pkgconfig USE_XFCE= configenv libexo libgui libutil panel USE_XLIB= yes OPTIONS= TAGLIB "Enable metadata editing" off \ DBUS "Enable D-BUS support" on \ STARTUP "Enable startup notification support" on .include .if defined(WITH_TAGLIB) LIB_DEPENDS+= tag.5:${PORTSDIR}/audio/taglib CONFIGURE_ARGS+=--with-taglib .else CONFIGURE_ARGS+=--without-taglib .endif .if !defined(WITHOUT_DBUS) LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib CONFIGURE_ARGS+=--enable-dbus .else CONFIGURE_ARGS+=--disable-dbus .endif .if !defined(WITHOUT_STARTUP) LIB_DEPENDS+= startup-notification-1.0:${PORTSDIR}/x11/startup-notification CONFIGURE_ARGS+=--enable-startup-notification .else CONFIGURE_ARGS+=--disable-startup-notification .endif CFLAGS+= -I${LOCALBASE}/include post-patch: @${REINPLACE_CMD} -e "s|xfmedia_remote_LDADD = |&@LIBXFCEGUI4_LIBS@|" \ ${WRKSRC}/src/Makefile.in .include