git: 658b4fe5a363 - main - graphics/py-gdal: Cosmetic change

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 25 Oct 2021 16:01:50 UTC
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