devel/pysvn: convert to new LIB_DEPENDS format

Approved by:	marino (mentor), portmgr (blanket)
This commit is contained in:
Bartek Rutkowski 2014-07-05 09:00:46 +00:00
parent da3a11616b
commit a1b88cafb9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360730
2 changed files with 3 additions and 3 deletions

View file

@ -11,8 +11,8 @@ COMMENT= Python binding for Subversion
LICENSE= APACHE20 LICENSE= APACHE20
LIB_DEPENDS= svn_client-1:${PORTSDIR}/devel/subversion \ LIB_DEPENDS= libsvn_client-1.so:${PORTSDIR}/devel/subversion \
neon:${PORTSDIR}/www/neon29 libneon.so:${PORTSDIR}/www/neon29
# Python3 ready # Python3 ready
USE_PYTHON= yes USE_PYTHON= yes

View file

@ -11,4 +11,4 @@ files, and check in, compare, or discard your changes. Repository properties
such as keyword expansion, end of line characters, and ignore lists can also such as keyword expansion, end of line characters, and ignore lists can also
be examined and manipulated. be examined and manipulated.
WWW: http://pysvn.tigris.org/ WWW: http://pysvn.tigris.org/