Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Sep 2016 12:24:21 +0000 (UTC)
From:      Philip Paeps <philip@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422554 - head/security/py-libnacl
Message-ID:  <201609211224.u8LCOLkS043105@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609211224.u8LCOLkS043105>