diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-09-05 20:56:36 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-09-05 20:56:36 +0000 |
commit | 2ae7b8391131402749645d7a3f27eac524c39a56 (patch) | |
tree | 6b9d4ee7fbcbe3227b9729ac705831e64dc0c3e8 /net-im/mikutter | |
parent | 4faf948d7620ac6b10510941f3b793cc47a44816 (diff) | |
download | ports-2ae7b8391131402749645d7a3f27eac524c39a56.tar.gz ports-2ae7b8391131402749645d7a3f27eac524c39a56.zip |
Notes
Diffstat (limited to 'net-im/mikutter')
-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 356eb11ec72b..1c9f9aa7e302 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 |