pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/subversion Set BUILDLINK_DEPENDS.subversion-base...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e42833efcb4
branches:  trunk
changeset: 475994:9e42833efcb4
user:      epg <epg%pkgsrc.org@localhost>
date:      Tue Jun 01 00:16:08 2004 +0000

description:
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:

 devel/subversion/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 2bf10c1b7120 -r 9e42833efcb4 devel/subversion/Makefile.common
--- a/devel/subversion/Makefile.common  Mon May 31 22:13:16 2004 +0000
+++ b/devel/subversion/Makefile.common  Tue Jun 01 00:16:08 2004 +0000
@@ -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-util=${BUILDLINK_PREFIX.apr}
 CONFIGURE_ARGS+=       --with-neon=${BUILDLINK_PREFIX.neon}
 CONFIGURE_ARGS+=       --with-ssl
+
+BUILDLINK_DEPENDS.subversion-base=     subversion-base>=${SVNVER}



Home | Main Index | Thread Index | Old Index