diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2014-07-05 17:00:46 +0800 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2014-07-05 17:00:46 +0800 |
commit | a1b88cafb9901a929cfe1a6adaef3b354ea1fcec (patch) | |
tree | d2cc7b4c1f5b2a1f654aba53b3786ebe218a7e79 /devel | |
parent | da3a11616b998dbddc6f6160758032a1416af9fa (diff) | |
download | freebsd-ports-gnome-a1b88cafb9901a929cfe1a6adaef3b354ea1fcec.tar.gz freebsd-ports-gnome-a1b88cafb9901a929cfe1a6adaef3b354ea1fcec.tar.zst freebsd-ports-gnome-a1b88cafb9901a929cfe1a6adaef3b354ea1fcec.zip |
devel/pysvn: convert to new LIB_DEPENDS format
Approved by: marino (mentor), portmgr (blanket)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pysvn/Makefile | 4 | ||||
-rw-r--r-- | devel/pysvn/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/pysvn/Makefile b/devel/pysvn/Makefile index 5ad9a711d2e2..448b14b035ce 100644 --- a/devel/pysvn/Makefile +++ b/devel/pysvn/Makefile @@ -11,8 +11,8 @@ COMMENT= Python binding for Subversion LICENSE= APACHE20 -LIB_DEPENDS= svn_client-1:${PORTSDIR}/devel/subversion \ - neon:${PORTSDIR}/www/neon29 +LIB_DEPENDS= libsvn_client-1.so:${PORTSDIR}/devel/subversion \ + libneon.so:${PORTSDIR}/www/neon29 # Python3 ready USE_PYTHON= yes diff --git a/devel/pysvn/pkg-descr b/devel/pysvn/pkg-descr index f0f173e02ab8..494ad012c6b2 100644 --- a/devel/pysvn/pkg-descr +++ b/devel/pysvn/pkg-descr @@ -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 be examined and manipulated. -WWW: http://pysvn.tigris.org/ +WWW: http://pysvn.tigris.org/ |