1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Bump the serf lib name as required for 0.7.2 -> 1.0.0 www/serf upgrade

Reminded by:    sfc
This commit is contained in:
Philip M. Gollucci 2011-12-20 22:50:23 +00:00
parent 28f2da8714
commit 453d5fa41b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287759

View File

@ -118,7 +118,7 @@ PLIST_SUB+= SVNAUTHZ_VALIDATE="@comment "
.endif
.if defined(WITH_SERF)
LIB_DEPENDS+= serf-0.0:${PORTSDIR}/www/serf
LIB_DEPENDS+= serf-1:${PORTSDIR}/www/serf
CONFIGURE_ARGS+=--with-serf=${LOCALBASE}
PLIST_SUB+= SERF=""
.else