- Follow current trends, point directly to python2.7 instead of metaport which not guarantee python lib presense

This commit is contained in:
Dima Panov
2018-01-11 14:39:10 +00:00
parent 9f27b35a26
commit de94d62bec
4 changed files with 8 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
# $FreeBSD$
PKGNAMESUFFIX= -queue-python
PORTREVISION= 2
PORTREVISION= 3
COMMENT= Python queue support for OpenSMTPD
@@ -10,7 +10,7 @@ PLIST_FILES= libexec/opensmtpd/queue-python
CONFIGURE_ARGS+= --with-queue-python --with-python-type=${PYTHON_VERSION}
USES= python:2 pkgconfig
USES= python:2.7 pkgconfig
MASTERDIR= ${.CURDIR}/../opensmtpd-extras
SLAVE_PORT= yes