Note that this port requires at least FreeBSD 5.3
Submitted by: "Stepan Zastupov [RedChrom]" <redchrom@gmail.com>
This commit is contained in:
parent
734cae13e9
commit
e5522ae057
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152909
@ -45,6 +45,10 @@ OPTIONS= VORBIS "Enable Ogg Vorbis input" on \
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 503000
|
||||
IGNORE= requires include/tgmath.h, which isn't available until FreeBSD 5.3
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_VORBIS)
|
||||
LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis
|
||||
INPUT_PLUGINS+= vorbis
|
||||
|
@ -45,6 +45,10 @@ OPTIONS= VORBIS "Enable Ogg Vorbis input" on \
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 503000
|
||||
IGNORE= requires include/tgmath.h, which isn't available until FreeBSD 5.3
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_VORBIS)
|
||||
LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis
|
||||
INPUT_PLUGINS+= vorbis
|
||||
|
Loading…
Reference in New Issue
Block a user