From 7d7ccf93933f9687287b9e2bf9d290ce00051ac4 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Sun, 22 May 2011 15:45:57 +0000 Subject: [PATCH] Added dependency list to subversion .bep file. --- dev-vcs/subversion/subversion-1.6.15.bep | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/dev-vcs/subversion/subversion-1.6.15.bep b/dev-vcs/subversion/subversion-1.6.15.bep index 7f2d755c1..17bb56f2f 100644 --- a/dev-vcs/subversion/subversion-1.6.15.bep +++ b/dev-vcs/subversion/subversion-1.6.15.bep @@ -2,9 +2,17 @@ DESCRIPTION="Subversion is an open source version control system" HOMEPAGE="http://subversion.apache.org" SRC_URI="http://subversion.tigris.org/downloads/subversion-1.6.15.tar.bz2" CHECKSUM_MD5="113fca1d9e4aa389d7dc2b210010fa69" -REVISION="2" +REVISION="3" STATUS_HAIKU="stable" -DEPEND="" +DEPEND="dev-libs/apr >= 1.4.2 + dev-libs/apr-util >= 1.3.10 + net-misc/neon >= 0.29.6 + dev-libs/libiconv >= 1.13.1 + dev-db/sqlite >= 3.7.5 + dev-libs/expat >= 2.0.1 + dev-libs/openssl >= 1.0.0d + dev-libs/libxml2 >= 2.7.8" + BUILD { cd subversion-1.6.15 libtoolize --force --copy --install