diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2008-05-31 09:52:51 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2008-05-31 09:52:51 +0000 |
commit | d1b166bc6baac54221ff61555c9522de319cc228 (patch) | |
tree | 11c48ce361083182960aae16e732bf89535533d9 /multimedia/audacious | |
parent | - Fix build (diff) |
switch DBUS to on which is needed to get libaudclient installed
bump PORTREVISION
this fixes the audacious-crossfade build
Notes
Notes:
svn path=/head/; revision=214011
Diffstat (limited to 'multimedia/audacious')
-rw-r--r-- | multimedia/audacious/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/audacious/Makefile b/multimedia/audacious/Makefile index 019fd7f7bad1..b4e72b9a497c 100644 --- a/multimedia/audacious/Makefile +++ b/multimedia/audacious/Makefile @@ -7,7 +7,7 @@ PORTNAME= audacious PORTVERSION= 1.5.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.atheme.org/ MASTER_SITE_SUBDIR=oliver @@ -33,7 +33,7 @@ LIB_DEPENDS= mcs.1:${PORTSDIR}/devel/libmcs \ PORTDOCS= README AUTHORS NEWS OPTIONS= CHARSET "Build with automatic charset detection" off \ - DBUS "Build with dbus support" off \ + DBUS "Build with dbus support" on \ GNOME "Build with gconf support" off \ NLS "Native Language Support" on \ XML "Build with xml support" on \ |