summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-16 11:23:42 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-16 11:23:42 +0000
commite22c29989f2daa21608ffbd59eb7dfcf0c6bf968 (patch)
treebfc24eecf4329acb5a60abf569ea191c80c1d914 /audio
parentBROKEN: inconsistent dependencies on mysql 3.x and 4.x (inherited from a (diff)
This now appears to only be BROKEN on 4.x systems.
Notes
Notes: svn path=/head/; revision=101036
Diffstat (limited to 'audio')
-rw-r--r--audio/ruby-shout/Makefile10
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>