Date: Sat, 9 Dec 2017 12:21:08 +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: r455850 - head/security/cracklib Message-ID: <201712091221.vB9CL89V010032@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Dec 9 12:21:08 2017 New Revision: 455850 URL: https://svnweb.freebsd.org/changeset/ports/455850 Log: py-cracklib fails to build with python3 Modified: head/security/cracklib/Makefile Modified: head/security/cracklib/Makefile ============================================================================== --- head/security/cracklib/Makefile Sat Dec 9 12:12:01 2017 (r455849) +++ head/security/cracklib/Makefile Sat Dec 9 12:21:08 2017 (r455850) @@ -28,7 +28,7 @@ USES= gettext libtool USE_LDCONFIG= yes .if defined(PYTHON_SLAVEPORT) -USES+= python +USES+= python:2.7 CONFIGURE_ARGS+=--with-python PLIST_FILES= %%PYTHON_SITELIBDIR%%/_cracklib.a \ %%PYTHON_SITELIBDIR%%/_cracklib.so \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712091221.vB9CL89V010032>