diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-10 04:39:57 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-10 04:39:57 +0000 |
commit | 50ba0feb23eb5bfe63f676cb48ae4bdd92e9e081 (patch) | |
tree | 5cc8576d4a606a66998b80efa2df1df34bc3a70a /www/web2ldap | |
parent | Update to 0.6.6 (diff) |
- remove net/ldapmodule
- changed dependencies to net/py-ldap1
Diffstat (limited to 'www/web2ldap')
-rw-r--r-- | www/web2ldap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/web2ldap/Makefile b/www/web2ldap/Makefile index 0ba30d6c17fb..e8d6f809dc47 100644 --- a/www/web2ldap/Makefile +++ b/www/web2ldap/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.web2ldap.de/download/ \ MAINTAINER= oddbjorn@tricknology.org -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_ldapmodule.so:${PORTSDIR}/net/ldapmodule +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_ldapmodule.so:${PORTSDIR}/net/py-ldap1 NO_BUILD= yes USE_PYTHON= yes |