svn commit: r438537 - head/security/py-pycrypto

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


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

Log:
  security/py-pycrypto: Allow overriding USES

Modified:
  head/security/py-pycrypto/Makefile

Modified: head/security/py-pycrypto/Makefile
==============================================================================
--- head/security/py-pycrypto/Makefile	Fri Apr 14 18:47:37 2017	(r438536)
+++ head/security/py-pycrypto/Makefile	Fri Apr 14 18:49:32 2017	(r438537)
@@ -11,7 +11,7 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	koobs at FreeBSD.org
 COMMENT=	Python Cryptography Toolkit
 
-USES=		python
+USES?=		python
 USE_PYTHON=	distutils autoplist
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list