summaryrefslogtreecommitdiff
path: root/devel/subversion
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-01-21 20:23:38 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-01-21 20:23:38 +0000
commit303c70a0cbfcf0cbb2122d1f21e1e4c0d1021925 (patch)
treea050c74938ebc92deff0abcb2cae0c8ff7051c0c /devel/subversion
parentPut that target back to what it was, unbreak japanese/p5-Mail-SpamAssassin. (diff)
Do not tie the KDE_KWALLET option to NLS.
Ever since Subversion's r1466445 https://svn.apache.org/viewvc?view=revision&revision=1466445, which has been present for the whole 1.8 series, KWallet detection does not depend on NLS support anymore. PR: ports/185493 Submitted by: rakuco@ Approved by: maintainer timeout (16 days)
Notes
Notes: svn path=/head/; revision=340652
Diffstat (limited to 'devel/subversion')
-rw-r--r--devel/subversion/Makefile.common4
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/subversion/Makefile.common b/devel/subversion/Makefile.common
index 55630d97ceb9..ae392249a3ca 100644
--- a/devel/subversion/Makefile.common
+++ b/devel/subversion/Makefile.common
@@ -74,10 +74,6 @@ STATIC_CONFIGURE_ON= --enable-all-static
IGNORE= to build mod_dontdothat OPTION mod_dav_svn is required
.endif
-.if ${PORT_OPTIONS:MKDE_KWALLET} && !${PORT_OPTIONS:MNLS}
-IGNORE= KWallet requires OPTION NLS set to ON
-.endif
-
APR_CONFIG= ${LOCALBASE}/bin/apr-1-config
APU_CONFIG= ${LOCALBASE}/bin/apu-1-config