svn commit: r457199 - head/databases/ruby-odbc

Steve Wills swills at FreeBSD.org
Sun Dec 24 23:25:22 UTC 2017


Author: swills
Date: Sun Dec 24 23:25:20 2017
New Revision: 457199
URL: https://svnweb.freebsd.org/changeset/ports/457199

Log:
  databases/ruby-odbc: fix typo from r350465

Modified:
  head/databases/ruby-odbc/Makefile

Modified: head/databases/ruby-odbc/Makefile
==============================================================================
--- head/databases/ruby-odbc/Makefile	Sun Dec 24 23:17:27 2017	(r457198)
+++ head/databases/ruby-odbc/Makefile	Sun Dec 24 23:25:20 2017	(r457199)
@@ -15,7 +15,7 @@ COMMENT=	Ruby extension library to use ODBC data sourc
 
 BROKEN_RUBY24=	yes
 
-OPTIONS_DEFINe=	DOCS EXAMPLES
+OPTIONS_DEFINE=	DOCS EXAMPLES
 
 LIB_DEPENDS=	libodbc.so:databases/unixODBC
 


More information about the svn-ports-all mailing list