Date: Sat, 10 Feb 2018 09:39:30 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461371 - head/mail/py-dkimpy Message-ID: <201802100939.w1A9dUg9071382@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Feb 10 09:39:30 2018 New Revision: 461371 URL: https://svnweb.freebsd.org/changeset/ports/461371 Log: Unbreak bulk -a Modified: head/mail/py-dkimpy/Makefile Modified: head/mail/py-dkimpy/Makefile ============================================================================== --- head/mail/py-dkimpy/Makefile Sat Feb 10 09:35:49 2018 (r461370) +++ head/mail/py-dkimpy/Makefile Sat Feb 10 09:39:30 2018 (r461371) @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}authres>=0:mail/py ${PYTHON_PKGNAMEPREFIX}milter>=0:mail/py-milter@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pynacl>=0:security/py-pynacl@${FLAVOR} -USES= python +USES= python:2.7 USE_PYTHON= distutils autoplist concurrent NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802100939.w1A9dUg9071382>