mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +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:
parent
18d4463f50
commit
235fefa64c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417124
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user