- 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
4 changed files with 4 additions and 4 deletions

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