From a1b88cafb9901a929cfe1a6adaef3b354ea1fcec Mon Sep 17 00:00:00 2001 From: Bartek Rutkowski Date: Sat, 5 Jul 2014 09:00:46 +0000 Subject: [PATCH] devel/pysvn: convert to new LIB_DEPENDS format Approved by: marino (mentor), portmgr (blanket) --- devel/pysvn/Makefile | 4 ++-- 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/