1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- 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)
This commit is contained in:
Dima Panov 2016-06-19 15:51:49 +00:00
parent 18d4463f50
commit 235fefa64c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417124
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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