diff options
-rw-r--r-- | net/py-ldap1/Makefile | 2 | ||||
-rw-r--r-- | net/py-ldap2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/py-ldap1/Makefile b/net/py-ldap1/Makefile index 3dbf2cf0e078..0135a4304ea7 100644 --- a/net/py-ldap1/Makefile +++ b/net/py-ldap1/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= python-ldap DISTNAME= python-ldap-${PORTVERSION}-src -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap diff --git a/net/py-ldap2/Makefile b/net/py-ldap2/Makefile index e9b065f0b756..d0df7a0f9dc0 100644 --- a/net/py-ldap2/Makefile +++ b/net/py-ldap2/Makefile @@ -12,7 +12,7 @@ MASTER_SITE_SUBDIR= python-ldap PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-ldap-${PORTVERSION} -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap2 |