aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--multimedia/audacious/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/multimedia/audacious/Makefile b/multimedia/audacious/Makefile
index eeab086d5fc6..d6d87d0dbaae 100644
--- a/multimedia/audacious/Makefile
+++ b/multimedia/audacious/Makefile
@@ -25,11 +25,16 @@ MAN1= audacious.1 audtool.1
PORTDOCS= README AUTHORS ChangeLog NEWS
-OPTIONS= GNOME "Build with gconf support" off \
+OPTIONS= CHARSET "Build with automatic charset detection" off \
+ GNOME "Build with gconf support" off \
NLS "Native Language Support" on
.include <bsd.port.pre.mk>
+.if defined(WITH_CHARSET_DETECTION)
+CONFIGURE_ARGS+=--enable-chardet
+.endif
+
.if defined(WITH_GNOME)
USE_GNOME+= gconf2
CONFIGURE_ARGS+=--enable-gconf