svn commit: r438533 - head/databases/py-apsw

Steve Wills swills at FreeBSD.org
Fri Apr 14 18:36:55 UTC 2017


Author: swills
Date: Fri Apr 14 18:36:54 2017
New Revision: 438533
URL: https://svnweb.freebsd.org/changeset/ports/438533

Log:
  Allow overriding of USES

Modified:
  head/databases/py-apsw/Makefile

Modified: head/databases/py-apsw/Makefile
==============================================================================
--- head/databases/py-apsw/Makefile	Fri Apr 14 18:34:57 2017	(r438532)
+++ head/databases/py-apsw/Makefile	Fri Apr 14 18:36:54 2017	(r438533)
@@ -14,7 +14,7 @@ LICENSE=	ZLIB
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USE_PYTHON=	autoplist concurrent distutils
-USES=		localbase python sqlite:3
+USES?=		localbase python sqlite:3
 
 GH_ACCOUNT=	rogerbinns
 USE_GITHUB=	yes


More information about the svn-ports-head mailing list