diff options
author | Steve Wills <swills@FreeBSD.org> | 2017-04-14 18:36:54 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2017-04-14 18:36:54 +0000 |
commit | 2b5861d07aea2727acee82702e877e004537731c (patch) | |
tree | 206469ec28c80e256cb5cadd73e8ecd6c5b54bf7 /databases/py-apsw | |
parent | f92bba0f0a7ab46d9662039a7a14b546a8493c31 (diff) | |
download | ports-2b5861d07aea2727acee82702e877e004537731c.tar.gz ports-2b5861d07aea2727acee82702e877e004537731c.zip |
Notes
Diffstat (limited to 'databases/py-apsw')
-rw-r--r-- | databases/py-apsw/Makefile | 2 |
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 |