mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
devel/pysvn: convert to new LIB_DEPENDS format
Approved by: marino (mentor), portmgr (blanket)
This commit is contained in:
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
|
@ -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
|
||||||
|
|
|
@ -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/
|
||||||
|
|
Loading…
Add table
Reference in a new issue