svn commit: r497051 - head/devel/py-pathlib

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Mar 28 18:09:38 UTC 2019


Author: sunpoet
Date: Thu Mar 28 18:09:36 2019
New Revision: 497051
URL: https://svnweb.freebsd.org/changeset/ports/497051

Log:
  Add NO_ARCH
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/py-pathlib/Makefile

Modified: head/devel/py-pathlib/Makefile
==============================================================================
--- head/devel/py-pathlib/Makefile	Thu Mar 28 18:09:31 2019	(r497050)
+++ head/devel/py-pathlib/Makefile	Thu Mar 28 18:09:36 2019	(r497051)
@@ -15,6 +15,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 USES=		python:-3.3
 USE_PYTHON=	distutils autoplist
 
+NO_ARCH=	yes
+
 OPTIONS_DEFINE=	DOCS
 
 DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR}


More information about the svn-ports-all mailing list