aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-07-14 06:08:05 +0800
committermarino <marino@FreeBSD.org>2014-07-14 06:08:05 +0800
commit902489cef98b3476c4cf39a84cd8f4d25b06f8a7 (patch)
tree8fdc6d53d3f3dde67b79d9975020c049274461c6 /security
parent1f10a24fa3c0fde115ab33d24b4adcd06ced69ae (diff)
downloadfreebsd-ports-gnome-902489cef98b3476c4cf39a84cd8f4d25b06f8a7.tar.gz
freebsd-ports-gnome-902489cef98b3476c4cf39a84cd8f4d25b06f8a7.tar.zst
freebsd-ports-gnome-902489cef98b3476c4cf39a84cd8f4d25b06f8a7.zip
security/cracklib: USES+= gettext
This unbreaks cracklib in a clean environment. The locale stuff was added when the port was staged.
Diffstat (limited to 'security')
-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