diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-07 03:53:52 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-07 03:53:52 +0800 |
commit | 8f9e74bf2b81dcddd97934346350699e53a55dfc (patch) | |
tree | 7eeaa932c3fb3e2139e83437fa4ad7264a719a8b /multimedia/audacious | |
parent | 1cec6812d562f27bc8edc3c8d530f18fadf087ab (diff) | |
download | freebsd-ports-gnome-8f9e74bf2b81dcddd97934346350699e53a55dfc.tar.gz freebsd-ports-gnome-8f9e74bf2b81dcddd97934346350699e53a55dfc.tar.zst freebsd-ports-gnome-8f9e74bf2b81dcddd97934346350699e53a55dfc.zip |
Note that this port requires at least FreeBSD 5.3
Submitted by: "Stepan Zastupov [RedChrom]" <redchrom@gmail.com>
Diffstat (limited to 'multimedia/audacious')
-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 |