diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-16 11:23:42 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-16 11:23:42 +0000 |
commit | e22c29989f2daa21608ffbd59eb7dfcf0c6bf968 (patch) | |
tree | bfc24eecf4329acb5a60abf569ea191c80c1d914 /audio | |
parent | 118ac96f27061d5cd2532150f560f864e2a090bc (diff) | |
download | ports-e22c29989f2daa21608ffbd59eb7dfcf0c6bf968.tar.gz ports-e22c29989f2daa21608ffbd59eb7dfcf0c6bf968.zip |
Notes
Diffstat (limited to 'audio')
-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> |