aboutsummaryrefslogtreecommitdiff
path: root/databases/py-apsw
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2017-04-14 18:36:54 +0000
committerSteve Wills <swills@FreeBSD.org>2017-04-14 18:36:54 +0000
commit2b5861d07aea2727acee82702e877e004537731c (patch)
tree206469ec28c80e256cb5cadd73e8ecd6c5b54bf7 /databases/py-apsw
parentf92bba0f0a7ab46d9662039a7a14b546a8493c31 (diff)
downloadports-2b5861d07aea2727acee82702e877e004537731c.tar.gz
ports-2b5861d07aea2727acee82702e877e004537731c.zip
Allow overriding of USES
Notes
Notes: svn path=/head/; revision=438533
Diffstat (limited to 'databases/py-apsw')
-rw-r--r--databases/py-apsw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-apsw/Makefile b/databases/py-apsw/Makefile
index 08fd92c95562..6dad898b8457 100644
--- a/databases/py-apsw/Makefile
+++ b/databases/py-apsw/Makefile
@@ -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