BROKEN on 4.x: Does not compile
This commit is contained in:
parent
ba3a6378a7
commit
d78520c87a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110374
1 changed files with 7 additions and 1 deletions
|
@ -25,6 +25,12 @@ INSTALL_TARGET= site-install
|
|||
|
||||
DOCS= Changes README THANKS TODO
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= "Does not compile on 4.x"
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_MODDOCDIR}
|
||||
|
@ -35,4 +41,4 @@ post-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/examples/* ${RUBY_MODEXAMPLESDIR}/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue