Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jul 2015 17:17:15 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393360 - head/graphics/gdal
Message-ID:  <201507311717.t6VHHFSm031747@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507311717.t6VHHFSm031747>