svn commit: r525574 - head/databases/py-geoalchemy

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 8 19:02:12 UTC 2020


Author: sunpoet
Date: Sat Feb  8 19:02:11 2020
New Revision: 525574
URL: https://svnweb.freebsd.org/changeset/ports/525574

Log:
  Cosmetic change

Modified:
  head/databases/py-geoalchemy/Makefile

Modified: head/databases/py-geoalchemy/Makefile
==============================================================================
--- head/databases/py-geoalchemy/Makefile	Sat Feb  8 19:02:06 2020	(r525573)
+++ head/databases/py-geoalchemy/Makefile	Sat Feb  8 19:02:11 2020	(r525574)
@@ -16,8 +16,9 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlalchemy12>=0.6.1:databases/py-sqlalchemy12@${PY_FLAVOR}
 
-NO_ARCH=	yes
-USE_PYTHON=	autoplist distutils
 USES=		python:2.7
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list