aboutsummaryrefslogtreecommitdiff
path: root/devel/subversion-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/subversion-devel/Makefile')
-rw-r--r--devel/subversion-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/subversion-devel/Makefile b/devel/subversion-devel/Makefile
index 5a8b80e87d8d..2b424de16264 100644
--- a/devel/subversion-devel/Makefile
+++ b/devel/subversion-devel/Makefile
@@ -6,7 +6,7 @@
PORTNAME= subversion
PORTVERSION= 1.3.0
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= devel
MASTER_SITES= http://subversion.tigris.org/downloads/:main \
http://svnbook.red-bean.com/en/1.1/:book
@@ -68,7 +68,7 @@ CFLAGS+= -g
.endif
.if !defined(WITHOUT_NEON)
-LIB_DEPENDS+= neon.24:${PORTSDIR}/www/neon
+LIB_DEPENDS+= neon.25:${PORTSDIR}/www/neon
CONFIGURE_ARGS+= --with-neon=${LOCALBASE}
PLIST_SUB+= WITHOUT_NEON=""
.else