aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2006-11-05 06:32:55 +0800
committermezz <mezz@FreeBSD.org>2006-11-05 06:32:55 +0800
commit92373d7dd17f771c1e5203b4de560050b67eead6 (patch)
treeae96bde22b9c139d68193fa8594cbcdfab95d870 /audio
parent7fff63f23cb2030254e7c32050ed0675de124810 (diff)
downloadfreebsd-ports-gnome-92373d7dd17f771c1e5203b4de560050b67eead6.tar.gz
freebsd-ports-gnome-92373d7dd17f771c1e5203b4de560050b67eead6.tar.zst
freebsd-ports-gnome-92373d7dd17f771c1e5203b4de560050b67eead6.zip
Mark IGNORE on 4.X as it does not build.
Reported by: krismail
Diffstat (limited to 'audio')
-rw-r--r--audio/pulseaudio/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile
index 6c94b88a9d51..d76a44d74452 100644
--- a/audio/pulseaudio/Makefile
+++ b/audio/pulseaudio/Makefile
@@ -4,6 +4,7 @@
#
# $FreeBSD$
# $MCom: ports/audio/pulseaudio/Makefile,v 1.5 2006/09/10 00:51:05 mezz Exp $
+#
PORTNAME= pulseaudio
PORTVERSION= 0.9.3
@@ -34,6 +35,10 @@ CONFIGURE_ARGS+= --disable-lirc # untested
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+IGNORE= does not build on 4.X
+.endif
+
.if (exists(${LOCALBASE}/lib/libavahi-core.a) || defined(PACKAGE_BUILDING) \
|| defined(WITH_AVAHI)) && !defined(WITHOUT_AVAHI)
LIB_DEPENDS+= avahi-core.4:${PORTSDIR}/net/avahi