From 235fefa64cc7646dbf93c9f48129874ecfe19828 Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Sun, 19 Jun 2016 15:51:49 +0000 Subject: [PATCH] - While Python2 is default, force it as explicit dependency. Current OpenSMTPD-extras support only Python v2 API, no v3 yet Approved by: miwi (mentor, implicit) --- mail/opensmtpd-extras-filter-python/Makefile | 2 +- mail/opensmtpd-extras-queue-python/Makefile | 2 +- mail/opensmtpd-extras-scheduler-python/Makefile | 2 +- mail/opensmtpd-extras-table-python/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mail/opensmtpd-extras-filter-python/Makefile b/mail/opensmtpd-extras-filter-python/Makefile index b60fd5566469..ae9d64d4bd69 100644 --- a/mail/opensmtpd-extras-filter-python/Makefile +++ b/mail/opensmtpd-extras-filter-python/Makefile @@ -11,7 +11,7 @@ PLIST_FILES= libexec/opensmtpd/filter-python CONFIGURE_ARGS+= --with-filter-python --with-python-type=${PYTHON_VERSION} -USES= python pkgconfig +USES= python:2 pkgconfig MASTERDIR= ${.CURDIR}/../opensmtpd-extras SLAVE_PORT= yes diff --git a/mail/opensmtpd-extras-queue-python/Makefile b/mail/opensmtpd-extras-queue-python/Makefile index 92d2dddaf53f..47980c92544c 100644 --- a/mail/opensmtpd-extras-queue-python/Makefile +++ b/mail/opensmtpd-extras-queue-python/Makefile @@ -11,7 +11,7 @@ PLIST_FILES= libexec/opensmtpd/queue-python CONFIGURE_ARGS+= --with-queue-python --with-python-type=${PYTHON_VERSION} -USES= python pkgconfig +USES= python:2 pkgconfig MASTERDIR= ${.CURDIR}/../opensmtpd-extras SLAVE_PORT= yes diff --git a/mail/opensmtpd-extras-scheduler-python/Makefile b/mail/opensmtpd-extras-scheduler-python/Makefile index 68041b551e70..1d8425061b4f 100644 --- a/mail/opensmtpd-extras-scheduler-python/Makefile +++ b/mail/opensmtpd-extras-scheduler-python/Makefile @@ -11,7 +11,7 @@ PLIST_FILES= libexec/opensmtpd/scheduler-python CONFIGURE_ARGS+= --with-scheduler-python --with-python-type=${PYTHON_VERSION} -USES= python pkgconfig +USES= python:2 pkgconfig MASTERDIR= ${.CURDIR}/../opensmtpd-extras SLAVE_PORT= yes diff --git a/mail/opensmtpd-extras-table-python/Makefile b/mail/opensmtpd-extras-table-python/Makefile index 365726802174..1b8f06f4fb28 100644 --- a/mail/opensmtpd-extras-table-python/Makefile +++ b/mail/opensmtpd-extras-table-python/Makefile @@ -10,7 +10,7 @@ PLIST_FILES= libexec/opensmtpd/table-python CONFIGURE_ARGS+= --with-table-python --with-python-type=${PYTHON_VERSION} -USES= python pkgconfig +USES= python:2 pkgconfig MASTERDIR= ${.CURDIR}/../opensmtpd-extras SLAVE_PORT= yes