Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Nov 2020 17:19:56 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r554541 - head/devel/py-ptable
Message-ID:  <202011081719.0A8HJu5M000313@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011081719.0A8HJu5M000313>