diff options
Diffstat (limited to 'audio/cmus/Makefile')
-rw-r--r-- | audio/cmus/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index 636105e10021..2c297e89b184 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -6,8 +6,7 @@ # PORTNAME= cmus -PORTVERSION= 2.3.3 -PORTREVISION= 3 +PORTVERSION= 2.3.4 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,7 +20,8 @@ USE_GMAKE= yes USE_ICONV= yes HAS_CONFIGURE= yes CONFIGURE_ARGS+=prefix=${PREFIX} mandir=${MANPREFIX}/man \ - exampledir=${EXAMPLESDIR} + exampledir=${EXAMPLESDIR} \ + CONFIG_ALSA=n OPTIONS= FLAC "FLAC (Free Lossless Audio Codec) support" Off \ MAD "MPEG Audio Decoder (libmad) support" On \ |