mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
This now appears to only be BROKEN on 4.x systems.
This commit is contained in:
parent
118ac96f27
commit
e22c29989f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101036
1 changed files with 7 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue