svn commit: r394875 - head/devel/py-tabulate

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Aug 20 13:43:27 UTC 2015


Author: amdmi3
Date: Thu Aug 20 13:43:26 2015
New Revision: 394875
URL: https://svnweb.freebsd.org/changeset/ports/394875

Log:
  - Add NO_ARCH
  - Pet portlint

Modified:
  head/devel/py-tabulate/Makefile

Modified: head/devel/py-tabulate/Makefile
==============================================================================
--- head/devel/py-tabulate/Makefile	Thu Aug 20 13:42:47 2015	(r394874)
+++ head/devel/py-tabulate/Makefile	Thu Aug 20 13:43:26 2015	(r394875)
@@ -14,6 +14,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list