mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
textproc/ruby-deplate: mark broken with ruby 2.2 also
While here, fix plist by removing empty directory
This commit is contained in:
parent
99010fa940
commit
807b9899e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383203
@ -20,4 +20,13 @@ USES= zip
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_SETUP= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-build:
|
||||
${RM} -r ${WRKSRC}/lib/deplate/themes/navbar-right.html
|
||||
|
||||
.if ${RUBY_VER} >= 2.2
|
||||
BROKEN= Does not build
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user