diff options
Diffstat (limited to '')
-rw-r--r-- | mail/evolution/Makefile | 2 | ||||
-rw-r--r-- | www/screem-devel/Makefile | 4 | ||||
-rw-r--r-- | www/screem/Makefile | 4 | ||||
-rw-r--r-- | x11/libexo/Makefile | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 3b178c0aa19c..6ce63fb98bc9 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -89,7 +89,7 @@ PLIST_SUB+= GSTREAMER="@comment " .endif .if defined(WITH_DBUS) -LIB_DEPENDS+= dbus-glib-1.0:${PORTSDIR}/devel/dbus +LIB_DEPENDS+= dbus-glib-1.1:${PORTSDIR}/devel/dbus PLIST_SUB+= DBUS="" .else PLIST_SUB+= DBUS="@comment " diff --git a/www/screem-devel/Makefile b/www/screem-devel/Makefile index 01db789b068d..4b0842f8d26c 100644 --- a/www/screem-devel/Makefile +++ b/www/screem-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= screem PORTVERSION= 0.12.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +17,7 @@ COMMENT= Nice GNOME/GTK-based HTML editor LIB_DEPENDS+= neon.24:${PORTSDIR}/www/neon \ croco-${CROCO_VERSION}.3:${PORTSDIR}/textproc/libcroco \ - dbus-1.0:${PORTSDIR}/devel/dbus + dbus-1.1:${PORTSDIR}/devel/dbus USE_GMAKE= yes USE_REINPLACE= yes diff --git a/www/screem/Makefile b/www/screem/Makefile index 01db789b068d..4b0842f8d26c 100644 --- a/www/screem/Makefile +++ b/www/screem/Makefile @@ -7,7 +7,7 @@ PORTNAME= screem PORTVERSION= 0.12.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +17,7 @@ COMMENT= Nice GNOME/GTK-based HTML editor LIB_DEPENDS+= neon.24:${PORTSDIR}/www/neon \ croco-${CROCO_VERSION}.3:${PORTSDIR}/textproc/libcroco \ - dbus-1.0:${PORTSDIR}/devel/dbus + dbus-1.1:${PORTSDIR}/devel/dbus USE_GMAKE= yes USE_REINPLACE= yes diff --git a/x11/libexo/Makefile b/x11/libexo/Makefile index f541746b9b63..6ba1c06691d6 100644 --- a/x11/libexo/Makefile +++ b/x11/libexo/Makefile @@ -7,7 +7,7 @@ PORTNAME= libexo PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 xfce MASTER_SITES= http://download.berlios.de/xfce-goodies/ DISTNAME= exo-${PORTVERSION} @@ -16,7 +16,7 @@ MAINTAINER= matt@bsdfly.org COMMENT= Terminal library, extensions to Xfce by os-cillation LIB_DEPENDS= xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \ - dbus-1.0:${PORTSDIR}/devel/dbus + dbus-1.1:${PORTSDIR}/devel/dbus WRKSRC= ${WRKDIR}/${DISTNAME} |