Fix build if apr-svn isn't already installed (conflict between apr and apr-svn)

Noticed and tested by:	Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
This commit is contained in:
Markus Brueffer 2006-04-15 02:53:53 +00:00
parent c33693265a
commit c0d17baa2c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159541
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ COMMENT= KDE frontend for Subversion
EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure
LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr \
LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr-svn \
svn_client-1:${PORTSDIR}/devel/subversion \
neon:${PORTSDIR}/www/neon

View file

@ -15,7 +15,7 @@ COMMENT= KDE frontend for Subversion
EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure
LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr \
LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr-svn \
svn_client-1:${PORTSDIR}/devel/subversion \
neon:${PORTSDIR}/www/neon