summaryrefslogtreecommitdiff
path: root/devel/subversion
diff options
context:
space:
mode:
Diffstat (limited to 'devel/subversion')
-rw-r--r--devel/subversion/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/subversion/Makefile.common b/devel/subversion/Makefile.common
index 0faf813932bf..4e67b49a9606 100644
--- a/devel/subversion/Makefile.common
+++ b/devel/subversion/Makefile.common
@@ -130,7 +130,8 @@ PLIST_SUB+= SERF="@comment "
LIB_DEPENDS+= svn_client-1:${PORTSDIR}/devel/subversion
.endif
-.if !defined(WITHOUT_NLS)
+# KWallet requires NLS to be enabled.
+.if !defined(WITHOUT_NLS) || defined(WITH_KDE_KWALLET)
USE_GETTEXT= yes
PLIST_SUB+= WITHOUT_GETTEXT=""
.else