diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-20 03:01:55 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-20 03:01:55 +0800 |
commit | 11ef0d44e644d249e51f3b17a9871ab5597df5c0 (patch) | |
tree | c3579d32f3cecb6f48fd7e2c6707c47c630c9391 /multimedia/beep-media-player | |
parent | 37dc598d282a765093534a5d365f129df3171ff2 (diff) | |
download | freebsd-ports-gnome-11ef0d44e644d249e51f3b17a9871ab5597df5c0.tar.gz freebsd-ports-gnome-11ef0d44e644d249e51f3b17a9871ab5597df5c0.tar.zst freebsd-ports-gnome-11ef0d44e644d249e51f3b17a9871ab5597df5c0.zip |
Restore Ogg/Vorbis support.
PR: 59484
Submitted by: maintainer
Diffstat (limited to 'multimedia/beep-media-player')
-rw-r--r-- | multimedia/beep-media-player/Makefile | 12 |
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 |