diff options
author | kris <kris@FreeBSD.org> | 2004-02-16 19:23:42 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-16 19:23:42 +0800 |
commit | 9d4399abade4947a0911cafc9232168f36283a1a (patch) | |
tree | fd2f00321b5de285931749964160442033c4111b /audio/ruby-shout | |
parent | e021aae677676ea965c7925abd5685622ad93037 (diff) | |
download | freebsd-ports-gnome-9d4399abade4947a0911cafc9232168f36283a1a.tar.gz freebsd-ports-gnome-9d4399abade4947a0911cafc9232168f36283a1a.tar.zst freebsd-ports-gnome-9d4399abade4947a0911cafc9232168f36283a1a.zip |
This now appears to only be BROKEN on 4.x systems.
Diffstat (limited to 'audio/ruby-shout')
-rw-r--r-- | audio/ruby-shout/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/audio/ruby-shout/Makefile b/audio/ruby-shout/Makefile index 73c3b0a0d6ee..a8f33a016e5b 100644 --- a/audio/ruby-shout/Makefile +++ b/audio/ruby-shout/Makefile @@ -19,8 +19,6 @@ COMMENT= A Ruby binding to the libshout library LIB_DEPENDS= shout.3:${PORTSDIR}/audio/libshout2 -BROKEN= Does not compile - USE_RUBY= yes USE_RUBY_EXTCONF= yes @@ -28,6 +26,12 @@ INSTALL_TARGET= site-install DOCS= README doc +.include <bsd.port.pre.mk> + +.if ${OSVERSION} <= 500000 +BROKEN= Does not compile +.endif + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR} @@ -38,4 +42,4 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |