diff options
author | kris <kris@FreeBSD.org> | 2004-11-18 22:11:21 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-11-18 22:11:21 +0000 |
commit | f044a5fb93a06c8d04b65a1200a250cf1f7a8095 (patch) | |
tree | d386638ad611db40dd13e1f21a1346fcf3a4af97 /audio | |
parent | cfe4e8ff2a88734e3724748f640ad5297436799e (diff) | |
download | FreeBSD-ports-f044a5fb93a06c8d04b65a1200a250cf1f7a8095.zip FreeBSD-ports-f044a5fb93a06c8d04b65a1200a250cf1f7a8095.tar.gz |
BROKEN on 5.x: Does not compile
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile index e66b304..0b12753 100644 --- a/audio/xmp/Makefile +++ b/audio/xmp/Makefile @@ -29,6 +29,10 @@ CFLAGS+= -fPIC .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 503000 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if ${OSVERSION} > 500013 || ${MACHINE_ARCH} == "alpha" USE_GNOME+= esound CONFIGURE_ARGS+= --disable-oss --enable-esd |