aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2008-05-31 17:52:51 +0800
committeroliver <oliver@FreeBSD.org>2008-05-31 17:52:51 +0800
commit5128c75313e4d271b598e28fde04287d90928140 (patch)
treeaa42aaabd05c56901fccd3e7e32a267684552c4a /multimedia
parent73c70a4e1695d5430564101573b02f877b87d204 (diff)
downloadfreebsd-ports-gnome-5128c75313e4d271b598e28fde04287d90928140.tar.gz
freebsd-ports-gnome-5128c75313e4d271b598e28fde04287d90928140.tar.zst
freebsd-ports-gnome-5128c75313e4d271b598e28fde04287d90928140.zip
switch DBUS to on which is needed to get libaudclient installed
bump PORTREVISION this fixes the audacious-crossfade build
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/audacious/Makefile4
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 \