aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-19 19:01:55 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-19 19:01:55 +0000
commitce2f1b6c705ec391c0c31f26a5003f7dd83fdf33 (patch)
tree9908a151cf7e83c9bab9edf729daac072f33667b /multimedia
parent15e2f0a8a8eb284f5afb6e159da7f819325e9245 (diff)
downloadports-ce2f1b6c705ec391c0c31f26a5003f7dd83fdf33.tar.gz
ports-ce2f1b6c705ec391c0c31f26a5003f7dd83fdf33.zip
Restore Ogg/Vorbis support.
PR: 59484 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=94398
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/beep-media-player/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/multimedia/beep-media-player/Makefile b/multimedia/beep-media-player/Makefile
index 4c6b54ed0eb5..f58ad3c761e9 100644
--- a/multimedia/beep-media-player/Makefile
+++ b/multimedia/beep-media-player/Makefile
@@ -51,14 +51,14 @@ CONFIGURE_ARGS+= --disable-mikmod
PLIST_SUB+= MIKMODPLUGIN:="@comment "
#.endif
-#.if !defined(WITHOUT_VORBIS)
-#LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis
-#INPUT_PLUGINS+= vorbis
-#PLIST_SUB+= VORBISPLUGIN:=""
-#.else
+.if !defined(WITHOUT_VORBIS)
+LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis
+INPUT_PLUGINS+= vorbis
+PLIST_SUB+= VORBISPLUGIN:=""
+.else
CONFIGURE_ARGS+= --disable-vorbis
PLIST_SUB+= VORBISPLUGIN:="@comment "
-#.endif
+.endif
.if ${HAVE_GNOME:Mesound}!=""
USE_GNOME+= esound