diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-11-04 22:32:55 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-11-04 22:32:55 +0000 |
commit | 7726dfa171be85c0bb3fd869880fe1374712382d (patch) | |
tree | f9477c5864e096ee15aec5922fd0ac9c9be44ee2 /audio | |
parent | 7cfa713e8e9ed44c4b794d162fb5023b3e36f744 (diff) | |
download | ports-7726dfa171be85c0bb3fd869880fe1374712382d.tar.gz ports-7726dfa171be85c0bb3fd869880fe1374712382d.zip |
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/Makefile | 5 |
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 |