diff options
Diffstat (limited to 'devel/pysvn/Makefile')
-rw-r--r-- | devel/pysvn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/pysvn/Makefile b/devel/pysvn/Makefile index b87edc697888..c86cf5a85b22 100644 --- a/devel/pysvn/Makefile +++ b/devel/pysvn/Makefile @@ -3,6 +3,7 @@ PORTNAME= pysvn PORTVERSION= 1.7.8 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://pysvn.barrys-emacs.org/source_kits/ @@ -12,7 +13,7 @@ COMMENT= Python binding for Subversion LICENSE= APACHE20 LIB_DEPENDS= libsvn_client-1.so:${PORTSDIR}/devel/subversion \ - libneon.so:${PORTSDIR}/www/neon29 + libneon.so:${PORTSDIR}/www/neon # Python3 ready USES= python |