svn commit: r554541 - head/devel/py-ptable

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 8 17:19:59 UTC 2020


Author: sunpoet
Date: Sun Nov  8 17:19:55 2020
New Revision: 554541
URL: https://svnweb.freebsd.org/changeset/ports/554541

Log:
  Cosmetic change

Modified:
  head/devel/py-ptable/Makefile

Modified: head/devel/py-ptable/Makefile
==============================================================================
--- head/devel/py-ptable/Makefile	Sun Nov  8 17:19:50 2020	(r554540)
+++ head/devel/py-ptable/Makefile	Sun Nov  8 17:19:55 2020	(r554541)
@@ -15,8 +15,9 @@ COMMENT=	Display tabular data in an ASCII table format
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-NO_ARCH=	yes
-USE_PYTHON=	autoplist concurrent distutils
 USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list