aboutsummaryrefslogtreecommitdiff
path: root/devel/subversion16
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2008-05-05 08:33:57 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2008-05-05 08:33:57 +0000
commitf970dfe37e17c50b81f95932c5c881b96db944f4 (patch)
tree66cdef971b6d27bb3a3ab78a537c016547f7eada /devel/subversion16
parent8858f438a7603c618f2ae852dc325b176c6b30e3 (diff)
downloadports-f970dfe37e17c50b81f95932c5c881b96db944f4.tar.gz
ports-f970dfe37e17c50b81f95932c5c881b96db944f4.zip
Rename www/neon to www/neon26 to make the integration
of www/neon28 possible
Notes
Notes: svn path=/head/; revision=212638
Diffstat (limited to 'devel/subversion16')
-rw-r--r--devel/subversion16/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/subversion16/Makefile b/devel/subversion16/Makefile
index 9cbb65ac95ca..17f2ad6e6e01 100644
--- a/devel/subversion16/Makefile
+++ b/devel/subversion16/Makefile
@@ -82,7 +82,7 @@ CFLAGS+= -g
.endif
.if !defined(WITHOUT_NEON)
-LIB_DEPENDS+= neon.26:${PORTSDIR}/www/neon
+LIB_DEPENDS+= neon.26:${PORTSDIR}/www/neon26
CONFIGURE_ARGS+= --with-neon=${LOCALBASE}
PLIST_SUB+= WITHOUT_NEON=""
.else