diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-03-10 12:39:57 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-03-10 12:39:57 +0800 |
commit | b91a9c12e43166f111431253b846ee96cc6a2b87 (patch) | |
tree | 67e89aeaac343fb67f6be546983de53947c058d6 /www/web2ldap | |
parent | 7c1ebe41f14fc5f424a6da31f7e8f145aec7cc73 (diff) | |
download | freebsd-ports-graphics-b91a9c12e43166f111431253b846ee96cc6a2b87.tar.gz freebsd-ports-graphics-b91a9c12e43166f111431253b846ee96cc6a2b87.tar.zst freebsd-ports-graphics-b91a9c12e43166f111431253b846ee96cc6a2b87.zip |
- 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 0ba30d6c17f..e8d6f809dc4 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 |