diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-10-11 22:36:17 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-10-11 22:36:17 +0000 |
commit | 73fb96782e630566e307f2e2645526c2cde62a86 (patch) | |
tree | 1aa6313642f304253cb7e85c3d8234470ceca898 | |
parent | 0245667dd64a4426c59475e16a4debbd273369be (diff) | |
download | ports-73fb96782e630566e307f2e2645526c2cde62a86.tar.gz ports-73fb96782e630566e307f2e2645526c2cde62a86.zip |
Notes
-rw-r--r-- | net-im/mikutter/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-im/mikutter/Makefile b/net-im/mikutter/Makefile index 1c9f9aa7e302..2aa8a3d7828a 100644 --- a/net-im/mikutter/Makefile +++ b/net-im/mikutter/Makefile @@ -1,3 +1,4 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> # $FreeBSD$ PORTNAME= mikutter @@ -26,6 +27,7 @@ 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.* @@ -50,8 +52,8 @@ OPTIONS_DEFAULT= ${OPTIONS_DEFINE} .include <bsd.port.pre.mk> -.if ${RUBY_VER} == 1.8 -BROKEN= does not build +.if ${RUBY_DEFAULT_VER} != ${RUBY_VER} +IGNORE= requires RUBY_DEFAULT_VER=${RUBY_VER} .endif .if ${PORT_OPTIONS:MHTTPCLIENT} |