svn commit: r465134 - head/multimedia/py-enzyme

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Mar 20 22:36:27 UTC 2018


Author: sunpoet
Date: Tue Mar 20 22:36:25 2018
New Revision: 465134
URL: https://svnweb.freebsd.org/changeset/ports/465134

Log:
  Relax USES=python
  
  - Add NO_ARCH
  
  PR:		226777
  Submitted by:	sunpoet (myself)
  Approved by:	wg (maintainer)

Modified:
  head/multimedia/py-enzyme/Makefile

Modified: head/multimedia/py-enzyme/Makefile
==============================================================================
--- head/multimedia/py-enzyme/Makefile	Tue Mar 20 22:36:20 2018	(r465133)
+++ head/multimedia/py-enzyme/Makefile	Tue Mar 20 22:36:25 2018	(r465134)
@@ -13,7 +13,8 @@ COMMENT=	Python module to parse metadata in video file
 
 LICENSE=	APACHE20
 
-USES=		python:2.7
+USES=		python
 USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list