svn commit: r315721 - head/databases/freetds

Baptiste Daroussin bapt at FreeBSD.org
Thu Apr 4 13:37:19 UTC 2013


Author: bapt
Date: Thu Apr  4 13:37:18 2013
New Revision: 315721
URL: http://svnweb.freebsd.org/changeset/ports/315721

Log:
  Fix conversion to new option framework
  
  Reported by:	bdrewery
  Approved by:	portmgr (implicit)
  With hat:	portmgr

Modified:
  head/databases/freetds/Makefile

Modified: head/databases/freetds/Makefile
==============================================================================
--- head/databases/freetds/Makefile	Thu Apr  4 13:35:15 2013	(r315720)
+++ head/databases/freetds/Makefile	Thu Apr  4 13:37:18 2013	(r315721)
@@ -54,7 +54,7 @@ LIB_DEPENDS+=	odbc:${PORTSDIR}/databases
 CONFIGURE_ARGS+=	--with-unixodbc=${LOCALBASE}
 .endif
 
-.if ${PORT_OPTIONS:MIODBC) || defined(WITH_UNIXODBC}
+.if ${PORT_OPTIONS:MIODBC} || ${PORT_OPTIONS:MUNIXODBC}
 PLIST_SUB+=	ODBC=""
 .else
 PLIST_SUB+=	ODBC="@comment "


More information about the svn-ports-head mailing list