summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2006-11-04 22:32:55 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2006-11-04 22:32:55 +0000
commit7726dfa171be85c0bb3fd869880fe1374712382d (patch)
treef9477c5864e096ee15aec5922fd0ac9c9be44ee2 /audio
parent- Update to 2006.10.30 (diff)
Mark IGNORE on 4.X as it does not build.
Reported by: krismail
Notes
Notes: svn path=/head/; revision=176370
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