summaryrefslogtreecommitdiff
path: root/devel/subversion
diff options
context:
space:
mode:
authorwiz <wiz>2013-08-01 09:27:44 +0000
committerwiz <wiz>2013-08-01 09:27:44 +0000
commit4014f63d7bdc7c306ef030136bf5ac9b1a030175 (patch)
treeb5d14a63c409a9a286852872b5154eae684cf4fc /devel/subversion
parent160facfb1e1a32664e399e96ceb1d6abbacc1a53 (diff)
downloadpkgsrc-4014f63d7bdc7c306ef030136bf5ac9b1a030175.tar.gz
Remove obsolete configure argument.
Diffstat (limited to 'devel/subversion')
-rw-r--r--devel/subversion/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/subversion/Makefile.common b/devel/subversion/Makefile.common
index f7b3b23f423..dc22168ce89 100644
--- a/devel/subversion/Makefile.common
+++ b/devel/subversion/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.38 2013/02/09 13:22:09 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.39 2013/08/01 09:27:44 wiz Exp $
# used by devel/java-subversion/Makefile
# used by devel/p5-subversion/Makefile
# used by devel/py-subversion/Makefile
@@ -40,7 +40,7 @@ GNU_CONFIGURE= YES
.include "../../devel/subversion-base/options.mk"
.if !empty(PKG_OPTIONS:Mserf)
-CONFIGURE_ARGS+= --with-serf=${BUILDLINK_PREFIX.serf} --without-neon
+CONFIGURE_ARGS+= --with-serf=${BUILDLINK_PREFIX.serf}
.else
CONFIGURE_ARGS+= --with-neon=${BUILDLINK_PREFIX.neon}
.endif