diff options
Diffstat (limited to 'multimedia/audacious/Makefile')
-rw-r--r-- | multimedia/audacious/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/audacious/Makefile b/multimedia/audacious/Makefile index 4f18981317c6..f9606ab33752 100644 --- a/multimedia/audacious/Makefile +++ b/multimedia/audacious/Makefile @@ -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 |