summaryrefslogtreecommitdiff
path: root/devel/subversion
diff options
context:
space:
mode:
authorepg <epg@pkgsrc.org>2004-06-01 00:16:08 +0000
committerepg <epg@pkgsrc.org>2004-06-01 00:16:08 +0000
commit90667676d42e82faf5eaa81e5551a127cfa55915 (patch)
tree9d0ca4a5b45ab03d48f10f95876d2c5a07b2b727 /devel/subversion
parent7510202d938539dad4ed9cc615568fac646153f1 (diff)
downloadpkgsrc-90667676d42e82faf5eaa81e5551a127cfa55915.tar.gz
Set BUILDLINK_DEPENDS.subversion-base so that all package built from
the subversion source distribution require subversion-base from the same version, not any version matching the default dependency.
Diffstat (limited to 'devel/subversion')
-rw-r--r--devel/subversion/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/subversion/Makefile.common b/devel/subversion/Makefile.common
index 6eced7076a5..ea62a08a37b 100644
--- a/devel/subversion/Makefile.common
+++ b/devel/subversion/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2004/05/19 16:32:25 epg Exp $
+# $NetBSD: Makefile.common,v 1.14 2004/06/01 00:16:08 epg Exp $
DISTNAME= subversion-${SVNVER}
CATEGORIES= devel
@@ -25,3 +25,5 @@ CONFIGURE_ARGS+= --with-apr=${BUILDLINK_PREFIX.apr}
CONFIGURE_ARGS+= --with-apr-util=${BUILDLINK_PREFIX.apr}
CONFIGURE_ARGS+= --with-neon=${BUILDLINK_PREFIX.neon}
CONFIGURE_ARGS+= --with-ssl
+
+BUILDLINK_DEPENDS.subversion-base= subversion-base>=${SVNVER}