diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-05-22 13:15:13 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-05-22 13:15:13 +0000 |
commit | 8dcaabcd6e5bd17c58c938ffb4b9f2fd7847f70f (patch) | |
tree | c832b87b776a5db072088687b910601d961726da /databases/nagios-check_postgres_replication/Makefile | |
parent | Add Python flavors. (diff) |
Add PY_FLAVOR to Python module dependencies.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=470610
Diffstat (limited to 'databases/nagios-check_postgres_replication/Makefile')
-rw-r--r-- | databases/nagios-check_postgres_replication/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/nagios-check_postgres_replication/Makefile b/databases/nagios-check_postgres_replication/Makefile index a39bc5fd9d98..0a2caa2cb160 100644 --- a/databases/nagios-check_postgres_replication/Makefile +++ b/databases/nagios-check_postgres_replication/Makefile @@ -15,8 +15,8 @@ COMMENT= Nagios plugin to check the lag between a postgresql replica and master LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nagiosplugin>=0:sysutils/py-nagiosplugin \ - ${PYTHON_PKGNAMEPREFIX}psycopg2>=0:databases/py-psycopg2 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nagiosplugin>=0:sysutils/py-nagiosplugin@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}psycopg2>=0:databases/py-psycopg2@${PY_FLAVOR} USES= python shebangfix SHEBANG_FILES= check_postgres_replication.py |