diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2023-01-29 13:45:21 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2023-01-29 13:48:34 +0000 |
commit | 4d967d8aae2b04986517babbd2fed4b563f41ae6 (patch) | |
tree | 56d7ea9b2b00ded7b17f1ac42aea7e799225dd4e | |
parent | 4ea97a05f63374d63cbd7ecaa79d911915afb417 (diff) | |
download | ports-4d967d8aae2b04986517babbd2fed4b563f41ae6.tar.gz ports-4d967d8aae2b04986517babbd2fed4b563f41ae6.zip |
databases/pgbarman: delete unnecesssary USES=pgsql
pgbarman is pure python and has no direct dependency on psql, libpq or
anything provided by postgresql client/server ports themselves.
-rw-r--r-- | databases/pgbarman/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/pgbarman/Makefile b/databases/pgbarman/Makefile index 0d22190cd1fc..1aacc671b213 100644 --- a/databases/pgbarman/Makefile +++ b/databases/pgbarman/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= rsync:net/rsync \ ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}argcomplete>0:devel/py-argcomplete@${PY_FLAVOR} -USES= pgsql python:3.7+ +USES= python:3.7+ USE_PYTHON= autoplist distutils USE_GITHUB= yes |