svn commit: r395872 - head/databases/py-geoalchemy2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Sep 2 17:03:16 UTC 2015


Author: sunpoet
Date: Wed Sep  2 17:03:14 2015
New Revision: 395872
URL: https://svnweb.freebsd.org/changeset/ports/395872

Log:
  - Allow concurrent installation (USE_PYTHON=concurrent)
  - Add NO_ARCH

Modified:
  head/databases/py-geoalchemy2/Makefile

Modified: head/databases/py-geoalchemy2/Makefile
==============================================================================
--- head/databases/py-geoalchemy2/Makefile	Wed Sep  2 17:03:10 2015	(r395871)
+++ head/databases/py-geoalchemy2/Makefile	Wed Sep  2 17:03:14 2015	(r395872)
@@ -15,7 +15,8 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlalchemy08>=0.8:${PORTSDIR}/databases/py-sqlalchemy-devel
 
-USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
+USE_PYTHON=	autoplist concurrent distutils
 USES=		python
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list