svn commit: r472377 - head/security/cracklib

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 14 13:05:45 UTC 2018


Author: amdmi3
Date: Thu Jun 14 13:05:43 2018
New Revision: 472377
URL: https://svnweb.freebsd.org/changeset/ports/472377

Log:
  - Remove bogus comment
  
  Reported by:	mat

Modified:
  head/security/cracklib/Makefile

Modified: head/security/cracklib/Makefile
==============================================================================
--- head/security/cracklib/Makefile	Thu Jun 14 12:47:58 2018	(r472376)
+++ head/security/cracklib/Makefile	Thu Jun 14 13:05:43 2018	(r472377)
@@ -28,7 +28,7 @@ USES=		gettext libtool
 USE_LDCONFIG=	yes
 
 .if defined(PYTHON_SLAVEPORT)
-USES+=		python:2.7 #localbase
+USES+=		python:2.7 localbase
 USE_PYTHON=	flavors
 CONFIGURE_ARGS+=--with-python
 PLIST_FILES=	%%PYTHON_SITELIBDIR%%/_cracklib.a \


More information about the svn-ports-all mailing list