aboutsummaryrefslogtreecommitdiff
path: root/devel/pysvn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pysvn/Makefile')
-rw-r--r--devel/pysvn/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pysvn/Makefile b/devel/pysvn/Makefile
index 86a6266ac7c2..5a123ae4111e 100644
--- a/devel/pysvn/Makefile
+++ b/devel/pysvn/Makefile
@@ -11,8 +11,8 @@ COMMENT= Python binding for Subversion
LICENSE= APACHE20
-LIB_DEPENDS= libsvn_client-1.so:${PORTSDIR}/devel/subversion \
- libneon.so:${PORTSDIR}/www/neon
+LIB_DEPENDS= libsvn_client-1.so:devel/subversion \
+ libneon.so:www/neon
# Python3 ready
USES= python