diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-03 01:29:16 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-03 01:29:16 +0000 |
commit | d42c1c0a21bca04c43c12bbe29afc0abc8d493b0 (patch) | |
tree | 2be40c1eaf916b0f1738740667a99fe0bc97e3ea /devel/subversion16 | |
parent | New Port : french/dacode (diff) |
From -ports:
This patch fixes a dependency problem in subversion during portupgrade.
It was pointed out to me by Munish Chopra <mchopra@engmail.uwaterloo.ca>.
--
Craig Rodrigues
http://home.attbi.com/~rodrigc
rodrigc@attbi.com
Diffstat (limited to 'devel/subversion16')
-rw-r--r-- | devel/subversion16/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/subversion16/Makefile b/devel/subversion16/Makefile index f04a961d4aba..df201f3104ec 100644 --- a/devel/subversion16/Makefile +++ b/devel/subversion16/Makefile @@ -14,7 +14,7 @@ MAINTAINER= rodrigc@attbi.com LIB_DEPENDS= db4:${PORTSDIR}/databases/db4 \ neon.23:${PORTSDIR}/www/neon \ expat.4:${PORTSDIR}/textproc/expat2 \ - apr:${PORTSDIR}/devel/apr + apr-0.9:${PORTSDIR}/devel/apr RUN_DEPENDS= gdiff3:${PORTSDIR}/textproc/diffutils BUILD_DEPENDS= gdiff3:${PORTSDIR}/textproc/diffutils |