diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-05 04:08:26 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-05 04:08:26 +0000 |
commit | 86690f9bd330d4cca7dc6b50812092ec28f65316 (patch) | |
tree | 1b01a6627ef8390623eac951adf0926322358ba7 /audio | |
parent | f333adcaeab1158046237f65bad722ea95bb4ffa (diff) | |
download | ports-86690f9bd330d4cca7dc6b50812092ec28f65316.tar.gz ports-86690f9bd330d4cca7dc6b50812092ec28f65316.zip |
Notes
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 |