svn commit: r361713 - head/security/cracklib

John Marino marino at FreeBSD.org
Sun Jul 13 22:08:06 UTC 2014


Author: marino
Date: Sun Jul 13 22:08:05 2014
New Revision: 361713
URL: http://svnweb.freebsd.org/changeset/ports/361713
QAT: https://qat.redports.org/buildarchive/r361713/

Log:
  security/cracklib: USES+= gettext
  
  This unbreaks cracklib in a clean environment.  The locale stuff was
  added when the port was staged.

Modified:
  head/security/cracklib/Makefile

Modified: head/security/cracklib/Makefile
==============================================================================
--- head/security/cracklib/Makefile	Sun Jul 13 22:03:16 2014	(r361712)
+++ head/security/cracklib/Makefile	Sun Jul 13 22:08:05 2014	(r361713)
@@ -20,6 +20,7 @@ DICTFILE=	${DICTPATH}/pw_dict
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=--with-default-dict=${DICTPATH}
 USE_LDCONFIG=	yes
+USES=		gettext
 
 .if defined(PYTHON_SLAVEPORT)
 USE_PYTHON=	yes


More information about the svn-ports-all mailing list