aboutsummaryrefslogtreecommitdiff
path: root/security/cracklib
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-07-13 22:08:05 +0000
committerJohn Marino <marino@FreeBSD.org>2014-07-13 22:08:05 +0000
commit6f83dab5f10fccd69d0108c9c01abb2d2d0e8b74 (patch)
tree8fdc6d53d3f3dde67b79d9975020c049274461c6 /security/cracklib
parente3befd433004b5f6dde2d1b1931edb6490f5ed9d (diff)
downloadports-6f83dab5f10fccd69d0108c9c01abb2d2d0e8b74.tar.gz
ports-6f83dab5f10fccd69d0108c9c01abb2d2d0e8b74.zip
security/cracklib: USES+= gettext
This unbreaks cracklib in a clean environment. The locale stuff was added when the port was staged.
Notes
Notes: svn path=/head/; revision=361713
Diffstat (limited to 'security/cracklib')
-rw-r--r--security/cracklib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/cracklib/Makefile b/security/cracklib/Makefile
index 0fab1102c076..bdfbe6bffbd8 100644
--- a/security/cracklib/Makefile
+++ b/security/cracklib/Makefile
@@ -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