svn commit: r455850 - head/security/cracklib

Antoine Brodin antoine at FreeBSD.org
Sat Dec 9 12:21:09 UTC 2017


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 \


More information about the svn-ports-head mailing list