diff options
author | kris <kris@FreeBSD.org> | 2004-09-26 10:50:35 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-26 10:50:35 +0800 |
commit | dc8d87b6177c8ba789886c7ff3400a1e0b60d718 (patch) | |
tree | 54cb1c4b3e94d0e7b51882faa1b8767be18ede33 /audio/rat | |
parent | 6424fd5192e6e888303ce266ccb6b88a31cd3003 (diff) | |
download | freebsd-ports-gnome-dc8d87b6177c8ba789886c7ff3400a1e0b60d718.tar.gz freebsd-ports-gnome-dc8d87b6177c8ba789886c7ff3400a1e0b60d718.tar.zst freebsd-ports-gnome-dc8d87b6177c8ba789886c7ff3400a1e0b60d718.zip |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'audio/rat')
-rw-r--r-- | audio/rat/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/rat/Makefile b/audio/rat/Makefile index 8481e1c1916d..f26916805d42 100644 --- a/audio/rat/Makefile +++ b/audio/rat/Makefile @@ -31,6 +31,10 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if ${OSVERSION} >= 400014 ENABLE_IPv6= --enable-ipv6 .endif |