Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2021 16:01:50 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 658b4fe5a363 - main - graphics/py-gdal: Cosmetic change
Message-ID:  <202110251601.19PG1ofY074285@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=658b4fe5a3633a46bc54a36b9f92afefe8dff9aa

commit 658b4fe5a3633a46bc54a36b9f92afefe8dff9aa
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 15:06:41 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-25 15:57:18 +0000

    graphics/py-gdal: Cosmetic change
---
 graphics/py-gdal/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/graphics/py-gdal/Makefile b/graphics/py-gdal/Makefile
index 6caa82ad7e4f..b6f44baf5930 100644
--- a/graphics/py-gdal/Makefile
+++ b/graphics/py-gdal/Makefile
@@ -16,12 +16,13 @@ LICENSE_FILE=	${WRKSRC}/../../LICENSE.TXT
 LIB_DEPENDS=	libgdal.so:graphics/gdal
 
 USES=		compiler:c++14-lang cpe python:3.6+ tar:xz
-CPE_VENDOR=	osgeo
 USE_PYTHON=	autoplist concurrent distutils
 
 USE_CXXSTD=	c++14
 WRKSRC_SUBDIR=	swig/python
 
+CPE_VENDOR=	osgeo
+
 OPTIONS_DEFINE=	NUMPY
 NUMPY_DESC=	Enable array support via NumPy
 



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