svn commit: r444610 - head/graphics/gdal

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jun 28 23:55:28 UTC 2017


Author: sunpoet
Date: Wed Jun 28 23:55:27 2017
New Revision: 444610
URL: https://svnweb.freebsd.org/changeset/ports/444610

Log:
  Use USES=mysql

Modified:
  head/graphics/gdal/Makefile

Modified: head/graphics/gdal/Makefile
==============================================================================
--- head/graphics/gdal/Makefile	Wed Jun 28 23:55:22 2017	(r444609)
+++ head/graphics/gdal/Makefile	Wed Jun 28 23:55:27 2017	(r444610)
@@ -88,7 +88,7 @@ LIBXML2_CONFIGURE_ON=	--with-xml2=${LOCALBASE}/bin/xml
 LIBXML2_LIB_DEPENDS=	libxml2.so:textproc/libxml2
 MYSQL_CONFIGURE_OFF=	--with-mysql=no
 MYSQL_CONFIGURE_ON=	--with-mysql=${LOCALBASE}/bin/mysql_config
-MYSQL_USE=		MYSQL=yes
+MYSQL_USES=		mysql
 NETCDF_CONFIGURE_WITH=	netcdf
 NETCDF_LIB_DEPENDS=	libnetcdf.so:science/netcdf
 ODBC_CONFIGURE_WITH=	odbc


More information about the svn-ports-all mailing list