mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Restore Ogg/Vorbis support.
PR: 59484 Submitted by: maintainer
This commit is contained in:
parent
15e2f0a8a8
commit
ce2f1b6c70
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94398
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user