diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-06-10 07:12:30 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-06-10 07:12:30 +0000 |
commit | a25914bdc81176c6e060597f1b0d6bf3e0f4cd60 (patch) | |
tree | 19b4cdcbd246c0f5ed65178d65b20f759cabe342 /net/py-ldap2/Makefile | |
parent | 396519e56bb44065a7528d690a94bfc57bab4de0 (diff) | |
download | FreeBSD-ports-a25914bdc81176c6e060597f1b0d6bf3e0f4cd60.zip FreeBSD-ports-a25914bdc81176c6e060597f1b0d6bf3e0f4cd60.tar.gz |
Patched net/ldapmodule to adapt openldap2.
(source patches are from Joe Little's SRPM)
It builds against both of openldap1 openldap2
Submitted by: perky@python.or.kr
Diffstat (limited to 'net/py-ldap2/Makefile')
-rw-r--r-- | net/py-ldap2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-ldap2/Makefile b/net/py-ldap2/Makefile index 06491c2..e1f6b40 100644 --- a/net/py-ldap2/Makefile +++ b/net/py-ldap2/Makefile @@ -6,14 +6,14 @@ PORTNAME= ldapmodule PORTVERSION= 1.10alpha3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ftp://python-ldap.sourceforge.net/pub/python-ldap/ DISTNAME= python-ldap-${PORTVERSION}-src MAINTAINER= dirk.meyer@dinoex.sub.org -LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap +LIB_DEPENDS= ldap:${PORTSDIR}/net/openldap2 BUILD_DEPENDS= python:${PORTSDIR}/lang/python RUN_DEPENDS= python:${PORTSDIR}/lang/python |