svn commit: r429548 - head/print/ttfquery

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Dec 26 16:44:05 UTC 2016


Author: sunpoet
Date: Mon Dec 26 16:44:04 2016
New Revision: 429548
URL: https://svnweb.freebsd.org/changeset/ports/429548

Log:
  - Add NO_ARCH
  - Sort USE_PYTHON

Modified:
  head/print/ttfquery/Makefile

Modified: head/print/ttfquery/Makefile
==============================================================================
--- head/print/ttfquery/Makefile	Mon Dec 26 16:43:59 2016	(r429547)
+++ head/print/ttfquery/Makefile	Mon Dec 26 16:44:04 2016	(r429548)
@@ -17,7 +17,8 @@ LICENSE_FILE=	${WRKSRC}/license.txt
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fonttools>0:print/py-fonttools \
 		${PYNUMPY}
 
+NO_ARCH=	yes
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list