summaryrefslogtreecommitdiff
path: root/databases/nagios-check_postgres_replication/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-05-22 13:15:13 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-05-22 13:15:13 +0000
commit8dcaabcd6e5bd17c58c938ffb4b9f2fd7847f70f (patch)
treec832b87b776a5db072088687b910601d961726da /databases/nagios-check_postgres_replication/Makefile
parentAdd 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/Makefile4
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