svn commit: r438535 - head/devel/py-defusedxml

Steve Wills swills at FreeBSD.org
Fri Apr 14 18:42:33 UTC 2017


Author: swills
Date: Fri Apr 14 18:42:32 2017
New Revision: 438535
URL: https://svnweb.freebsd.org/changeset/ports/438535

Log:
  devel/py-defusedxml: Allow overriding USES

Modified:
  head/devel/py-defusedxml/Makefile

Modified: head/devel/py-defusedxml/Makefile
==============================================================================
--- head/devel/py-defusedxml/Makefile	Fri Apr 14 18:40:24 2017	(r438534)
+++ head/devel/py-defusedxml/Makefile	Fri Apr 14 18:42:32 2017	(r438535)
@@ -12,7 +12,7 @@ COMMENT=	XML bomb protection for Python 
 
 LICENSE=	PSFL
 
-USES=		python
+USES?=		python
 USE_PYTHON=	distutils autoplist
 
 PORTDOCS=	*


More information about the svn-ports-head mailing list