diff options
author | kris <kris@FreeBSD.org> | 2004-02-05 12:08:26 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-05 12:08:26 +0800 |
commit | db4d8d5cb1b0244482fd21e793cf90d232b540cf (patch) | |
tree | e26fce39968b82f67f5bc1cff3a17fb77b060b73 /audio | |
parent | e75de7fb9b25bf8a87e09b64cc00cea07ad5f525 (diff) | |
download | freebsd-ports-gnome-db4d8d5cb1b0244482fd21e793cf90d232b540cf.tar.gz freebsd-ports-gnome-db4d8d5cb1b0244482fd21e793cf90d232b540cf.tar.zst freebsd-ports-gnome-db4d8d5cb1b0244482fd21e793cf90d232b540cf.zip |
BROKEN on 5.x: Does not compile
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rio/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/rio/Makefile b/audio/rio/Makefile index 4db4d51b2696..2b08510dc81f 100644 --- a/audio/rio/Makefile +++ b/audio/rio/Makefile @@ -23,6 +23,10 @@ BINMODE= 4755 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rio ${PREFIX}/bin |