diff options
author | tota <tota@FreeBSD.org> | 2012-09-06 04:56:36 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-09-06 04:56:36 +0800 |
commit | 23da45dd2edeefc4d8a142531f48e0573b2b354f (patch) | |
tree | 6b9d4ee7fbcbe3227b9729ac705831e64dc0c3e8 /net-im | |
parent | 91df31c49f2d6085d195004a74d0890250475aaa (diff) | |
download | freebsd-ports-graphics-23da45dd2edeefc4d8a142531f48e0573b2b354f.tar.gz freebsd-ports-graphics-23da45dd2edeefc4d8a142531f48e0573b2b354f.tar.zst freebsd-ports-graphics-23da45dd2edeefc4d8a142531f48e0573b2b354f.zip |
- Fix comparison logic to determin RUBY_VER
Pointed out by: bdrewery
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/mikutter/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-im/mikutter/Makefile b/net-im/mikutter/Makefile index 356eb11ec72..1c9f9aa7e30 100644 --- a/net-im/mikutter/Makefile +++ b/net-im/mikutter/Makefile @@ -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 |