From ce2f1b6c705ec391c0c31f26a5003f7dd83fdf33 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Wed, 19 Nov 2003 19:01:55 +0000 Subject: Restore Ogg/Vorbis support. PR: 59484 Submitted by: maintainer --- multimedia/beep-media-player/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'multimedia') 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 -- cgit v1.2.3