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:
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
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue