aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/newpki-lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/newpki-lib/Makefile b/security/newpki-lib/Makefile
index 53c232069c99..5929927f25fd 100644
--- a/security/newpki-lib/Makefile
+++ b/security/newpki-lib/Makefile
@@ -25,6 +25,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/newpki
.if defined(WITHOUT_NLS)
+BROKEN= "Does not build without gettext"
PLIST_SUB+= NLS="@comment "
CONFIGURE_ARGS+= --disable-nls
.else