svn commit: r321449 - head/devel/subversion17
Olli Hauer
ohauer at FreeBSD.org
Fri Jun 21 08:13:07 UTC 2013
Author: ohauer
Date: Fri Jun 21 08:13:07 2013
New Revision: 321449
URL: http://svnweb.freebsd.org/changeset/ports/321449
Log:
- fix binding for (p5|py|ruby)-subversion
Modified:
head/devel/subversion17/Makefile.common
Modified: head/devel/subversion17/Makefile.common
==============================================================================
--- head/devel/subversion17/Makefile.common Fri Jun 21 07:30:14 2013 (r321448)
+++ head/devel/subversion17/Makefile.common Fri Jun 21 08:13:07 2013 (r321449)
@@ -32,7 +32,7 @@ CONFIGURE_ARGS+= --with-ssl \
.if defined(SVN_BUILD_BINDINGS)
CONFLICTS_BUILD+= ${PORTNAME}-1.[6|8].[0-9]*
-LIB_DEPENDS+= svn_client-1.0:${PORTSDIR}/devel/subversion
+LIB_DEPENDS+= svn_client-1.0:${PORTSDIR}/devel/subversion17
OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}/options
OPTIONS= # Dirty hack: if OPTIONS is not defined, OPTIONSFILE will not be included
.endif
@@ -126,7 +126,7 @@ PLIST_SUB+= SERF="@comment "
.endif
.if defined(SVN_BUILD_BINDINGS)
-LIB_DEPENDS+= svn_client-1:${PORTSDIR}/devel/subversion
+LIB_DEPENDS+= svn_client-1:${PORTSDIR}/devel/subversion17
.endif
# KWallet requires NLS to be enabled.
More information about the svn-ports-head
mailing list