This now appears to only be BROKEN on 4.x systems.

This commit is contained in:
Kris Kennaway 2004-02-16 11:23:42 +00:00
parent 118ac96f27
commit e22c29989f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101036

View file

@ -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>