aboutsummaryrefslogtreecommitdiff
path: root/audio/ruby-vorbisfile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-04-10 17:50:09 +0000
committerSteve Wills <swills@FreeBSD.org>2011-04-10 17:50:09 +0000
commit8c40fa310574bc8070e7e6347553cd2ebd922a13 (patch)
treea05b965f8389e35a3150a86c9634682bd36dc766 /audio/ruby-vorbisfile
parent3494cc03d8d42101e11ff88bc81a3580b45bb5b9 (diff)
downloadports-8c40fa310574bc8070e7e6347553cd2ebd922a13.tar.gz
ports-8c40fa310574bc8070e7e6347553cd2ebd922a13.zip
Notes
Diffstat (limited to 'audio/ruby-vorbisfile')
-rw-r--r--audio/ruby-vorbisfile/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/ruby-vorbisfile/Makefile b/audio/ruby-vorbisfile/Makefile
index e59d97c13480..5b3654371852 100644
--- a/audio/ruby-vorbisfile/Makefile
+++ b/audio/ruby-vorbisfile/Makefile
@@ -36,4 +36,8 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.if ${RUBY_VER} == 1.9
+BROKEN= does not compile with ruby 1.9
+.endif
+.include <bsd.port.post.mk>