diff options
author | kris <kris@FreeBSD.org> | 2005-04-30 09:39:47 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-04-30 09:39:47 +0800 |
commit | 86682e3e77391ce3d41c738b6db315f6f49a0d76 (patch) | |
tree | f607c7cc8e2a77b0a762613609da87c8367979b6 /audio/ruby-shout | |
parent | 4ae9228697c57c4c9df700e2fe5d2b2c6b5a5fdd (diff) | |
download | freebsd-ports-gnome-86682e3e77391ce3d41c738b6db315f6f49a0d76.tar.gz freebsd-ports-gnome-86682e3e77391ce3d41c738b6db315f6f49a0d76.tar.zst freebsd-ports-gnome-86682e3e77391ce3d41c738b6db315f6f49a0d76.zip |
Now builds on 4.x
Diffstat (limited to 'audio/ruby-shout')
-rw-r--r-- | audio/ruby-shout/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/ruby-shout/Makefile b/audio/ruby-shout/Makefile index c6e882eedd01..1663ade8fa66 100644 --- a/audio/ruby-shout/Makefile +++ b/audio/ruby-shout/Makefile @@ -29,10 +29,6 @@ DOCS= README doc .include <bsd.port.pre.mk> -.if ${OSVERSION} <= 500000 -BROKEN= Does not compile -.endif - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR} |