svn commit: r303723 - head/net-im/mikutter
TAKATSU Tomonari
tota at FreeBSD.org
Wed Sep 5 20:56:37 UTC 2012
Author: tota
Date: Wed Sep 5 20:56:36 2012
New Revision: 303723
URL: http://svn.freebsd.org/changeset/ports/303723
Log:
- Fix comparison logic to determin RUBY_VER
Pointed out by: bdrewery
Modified:
head/net-im/mikutter/Makefile
Modified: head/net-im/mikutter/Makefile
==============================================================================
--- head/net-im/mikutter/Makefile Wed Sep 5 20:37:05 2012 (r303722)
+++ head/net-im/mikutter/Makefile Wed Sep 5 20:56:36 2012 (r303723)
@@ -26,7 +26,6 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/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
More information about the svn-ports-all
mailing list