diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-07-14 07:59:28 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-07-14 07:59:28 +0000 |
commit | 05e70680320d1850a5a3cf0aa800119b045a650b (patch) | |
tree | 01020e258e5f349557804ca048766c6b130436ba /databases/pgbarman | |
parent | dd57842caf36b7383c6711594bf9defc93c0c285 (diff) |
Notes
Diffstat (limited to 'databases/pgbarman')
-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 a29ddf13e86e..df4f9ef37966 100644 --- a/databases/pgbarman/Makefile +++ b/databases/pgbarman/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= rsync:net/rsync \ ${PYTHON_PKGNAMEPREFIX}argh>=0.21.2:devel/py-argh@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}argcomplete>0:devel/py-argcomplete@${PY_FLAVOR} -USES= pgsql python +USES= pgsql python:3.6+ USE_PYTHON= autoplist distutils concurrent optsuffix WANT_PGSQL= client |