From 83ea151cd8ce7ca7a2455b22a18c35aacbcf0a1b Mon Sep 17 00:00:00 2001 From: epg Date: Tue, 1 Jun 2004 00:16:08 +0000 Subject: 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. --- devel/subversion/Makefile.common | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'devel/subversion') 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} -- cgit v1.2.3