diff options
author | rm <rm@FreeBSD.org> | 2015-06-19 05:38:26 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2015-06-19 05:38:26 +0800 |
commit | f6e074f4418c23340d688ba5992fe255c087cdfe (patch) | |
tree | 4aaf8252b0edcf600ce2f7097aa01460ccd9c577 /www/py-rhodecode | |
parent | f0b87e5adc08d6220768fabfdfe063adac748518 (diff) | |
download | freebsd-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/Makefile | 2 |
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} |