aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/libgpg-error/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile
index 80e8c72c98b9..be1a7b511922 100644
--- a/security/libgpg-error/Makefile
+++ b/security/libgpg-error/Makefile
@@ -22,7 +22,7 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.if defined(WITHOUT_NLS)
-CONFIGURE_ARGS= --without-nls
+CONFIGURE_ARGS= --disable-nls
PLIST_SUB= NLS="@comment "
.else
USE_ICONV= yes