svn commit: r394781 - head/finance/py-stripe

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Aug 19 13:51:16 UTC 2015


Author: amdmi3
Date: Wed Aug 19 13:51:15 2015
New Revision: 394781
URL: https://svnweb.freebsd.org/changeset/ports/394781

Log:
  - Add NO_ARCH

Modified:
  head/finance/py-stripe/Makefile

Modified: head/finance/py-stripe/Makefile
==============================================================================
--- head/finance/py-stripe/Makefile	Wed Aug 19 13:41:51 2015	(r394780)
+++ head/finance/py-stripe/Makefile	Wed Aug 19 13:51:15 2015	(r394781)
@@ -18,7 +18,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requ
 TEST_DEPENDS:=	${RUN_DEPENDS}
 
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
 
 post-patch:
 	@${REINPLACE_CMD} "s|, '../VERSION'||" ${WRKSRC}/setup.py


More information about the svn-ports-all mailing list