Date: Fri, 14 Apr 2017 18:36:54 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438533 - head/databases/py-apsw Message-ID: <201704141836.v3EIash0075786@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704141836.v3EIash0075786>