svn commit: r422554 - head/security/py-libnacl

Philip Paeps philip at FreeBSD.org
Wed Sep 21 12:24:22 UTC 2016


Author: philip
Date: Wed Sep 21 12:24:21 2016
New Revision: 422554
URL: https://svnweb.freebsd.org/changeset/ports/422554

Log:
  Allow overriding the Python version.
  
  Approved by:	koobs (maintainer)

Modified:
  head/security/py-libnacl/Makefile

Modified: head/security/py-libnacl/Makefile
==============================================================================
--- head/security/py-libnacl/Makefile	Wed Sep 21 11:13:50 2016	(r422553)
+++ head/security/py-libnacl/Makefile	Wed Sep 21 12:24:21 2016	(r422554)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libsodium.so:security/libsodium
 
-USES=		python
+USES?=		python
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes


More information about the svn-ports-head mailing list