diff options
author | kris <kris@FreeBSD.org> | 2004-08-17 18:33:38 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-08-17 18:33:38 +0800 |
commit | e5a3f49a154e20aabe1001c0a6aff2a0cba5ae18 (patch) | |
tree | 58c834eb2dc4ec7ea72a30ac841b99ba24f13a77 /audio/rio | |
parent | 29a1c9e07a69aa31c4f80b385f389d327c16dc9a (diff) | |
download | freebsd-ports-graphics-e5a3f49a154e20aabe1001c0a6aff2a0cba5ae18.tar.gz freebsd-ports-graphics-e5a3f49a154e20aabe1001c0a6aff2a0cba5ae18.tar.zst freebsd-ports-graphics-e5a3f49a154e20aabe1001c0a6aff2a0cba5ae18.zip |
This now builds on 5.x, remove BROKEN tag.
Diffstat (limited to 'audio/rio')
-rw-r--r-- | audio/rio/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/rio/Makefile b/audio/rio/Makefile index 02fa8783085..4da86fe5126 100644 --- a/audio/rio/Makefile +++ b/audio/rio/Makefile @@ -25,10 +25,6 @@ PLIST_FILES= bin/rio .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rio ${PREFIX}/bin |