svn commit: r442431 - head/devel/py-pycparser

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 2 18:14:04 UTC 2017


Author: sunpoet
Date: Fri Jun  2 18:14:00 2017
New Revision: 442431
URL: https://svnweb.freebsd.org/changeset/ports/442431

Log:
  Add NO_ARCH
  
  - While I'm here, sort USE_PYTHON
  
  Approved by:	portmgr (blanket)
  With hat:	python

Modified:
  head/devel/py-pycparser/Makefile

Modified: head/devel/py-pycparser/Makefile
==============================================================================
--- head/devel/py-pycparser/Makefile	Fri Jun  2 18:13:55 2017	(r442430)
+++ head/devel/py-pycparser/Makefile	Fri Jun  2 18:14:00 2017	(r442431)
@@ -12,7 +12,8 @@ COMMENT=	C parser in Python
 
 LICENSE=	BSD3CLAUSE
 
+NO_ARCH=	yes
 USES?=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list