diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2007-01-04 05:45:19 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2007-01-04 05:45:19 +0000 |
commit | 022e36f8eaa8486f35a9c473b80a9b091bb7d7e3 (patch) | |
tree | 4ed3000b4d7d61bd78cb594740f651b169606521 /multimedia/audacious | |
parent | f3ee105f37c1fe3bd1eb6b021d0c3f9848756119 (diff) | |
download | ports-022e36f8eaa8486f35a9c473b80a9b091bb7d7e3.tar.gz ports-022e36f8eaa8486f35a9c473b80a9b091bb7d7e3.zip |
Notes
Diffstat (limited to 'multimedia/audacious')
-rw-r--r-- | multimedia/audacious/Makefile | 7 |
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 |