mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Fix comparison logic to determin RUBY_VER
Pointed out by: bdrewery
This commit is contained in:
parent
4faf948d76
commit
2ae7b83911
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303723
@ -26,7 +26,6 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 \
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USE_RUBY= yes
|
||||
RUBY_VER= 1.9
|
||||
NO_BUILD= yes
|
||||
|
||||
CONFLICTS= mikutter-0.0.3.*
|
||||
@ -51,7 +50,7 @@ OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${RUBY_DEFAULT_VER} == 1.8
|
||||
.if ${RUBY_VER} == 1.8
|
||||
BROKEN= does not build
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user