diff options
Diffstat (limited to 'audio/ruby-shout/Makefile')
-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> |