svn commit: r393360 - head/graphics/gdal
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Jul 31 17:17:16 UTC 2015
Author: sunpoet
Date: Fri Jul 31 17:17:14 2015
New Revision: 393360
URL: https://svnweb.freebsd.org/changeset/ports/393360
Log:
- Fix ECW option
PR: 201736
Submitted by: glebius
Modified:
head/graphics/gdal/Makefile
Modified: head/graphics/gdal/Makefile
==============================================================================
--- head/graphics/gdal/Makefile Fri Jul 31 16:47:54 2015 (r393359)
+++ head/graphics/gdal/Makefile Fri Jul 31 17:17:14 2015 (r393360)
@@ -61,7 +61,7 @@ CURL_CONFIGURE_OFF= --with-curl=no
CURL_CONFIGURE_ON= --with-curl=${LOCALBASE}/bin/curl-config
CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
ECW_CONFIGURE_OFF= --with-ecw=no
-ECW_CONFIGURE_ON= --with-ecw=${LOCALBASE}
+ECW_CONFIGURE_ON= --with-ecw=yes
ECW_LIB_DEPENDS= libNCSEcw.so:${PORTSDIR}/graphics/libecwj2
EXPAT_CONFIGURE_OFF= --with-expat=no
EXPAT_CONFIGURE_ON= --with-expat=${LOCALBASE}
More information about the svn-ports-all
mailing list