diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:11:21 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:11:21 +0000 |
commit | aeec5966d09f1570a6aa5592e384cad155b12a8d (patch) | |
tree | e00fd42aaaa0961febbf634efae3e7723e2e798a /audio/xmp | |
parent | 3bb8347198178884c067b2603569360a7fa5f31d (diff) |
Notes
Diffstat (limited to 'audio/xmp')
-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 e66b30479bc7..0b1275363949 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 |