diff options
Diffstat (limited to 'www/screem/Makefile')
-rw-r--r-- | www/screem/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/screem/Makefile b/www/screem/Makefile index 6ee69795b7b3..551d4616db4b 100644 --- a/www/screem/Makefile +++ b/www/screem/Makefile @@ -7,7 +7,7 @@ PORTNAME= screem PORTVERSION= 0.16.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -33,7 +33,7 @@ GCONF_SCHEMAS= screem.schemas .if defined(WITHOUT_DBUS) CONFIGURE_ARGS+= --disable-dbus .else -LIB_DEPENDS+= dbus-1.2:${PORTSDIR}/devel/dbus +LIB_DEPENDS+= dbus-1.3:${PORTSDIR}/devel/dbus CONFIGURE_ARGS+= --enable-dbus .endif |