- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user