aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-rhodecode
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2015-06-19 05:38:26 +0800
committerrm <rm@FreeBSD.org>2015-06-19 05:38:26 +0800
commitf6e074f4418c23340d688ba5992fe255c087cdfe (patch)
tree4aaf8252b0edcf600ce2f7097aa01460ccd9c577 /www/py-rhodecode
parentf0b87e5adc08d6220768fabfdfe063adac748518 (diff)
downloadfreebsd-ports-gnome-f6e074f4418c23340d688ba5992fe255c087cdfe.tar.gz
freebsd-ports-gnome-f6e074f4418c23340d688ba5992fe255c087cdfe.tar.zst
freebsd-ports-gnome-f6e074f4418c23340d688ba5992fe255c087cdfe.zip
Chase py-ldap2 rename
This is the last ones. No PORTREVISION bump, because it's not default.
Diffstat (limited to 'www/py-rhodecode')
-rw-r--r--www/py-rhodecode/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-rhodecode/Makefile b/www/py-rhodecode/Makefile
index 66bd37c42d9e..800641aa77d5 100644
--- a/www/py-rhodecode/Makefile
+++ b/www/py-rhodecode/Makefile
@@ -53,7 +53,7 @@ GIT_DESC= GIT support
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MLDAP}
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ldap>=2.4.6:${PORTSDIR}/net/py-ldap2
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ldap>=2.4.6:${PORTSDIR}/net/py-ldap
.endif
.if ${PORT_OPTIONS:MGIT}