diff options
author | eik <eik@FreeBSD.org> | 2004-04-19 19:53:48 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-04-19 19:53:48 +0800 |
commit | e81784a52da18dbaee5f439b1c39d48125b393e5 (patch) | |
tree | d5576d5307a1deb1dbff85495ba804dfd2642875 /net/py-ldap2/Makefile | |
parent | cceb4bde0bb3a9e63dc42d88e1e4f616788638de (diff) | |
download | freebsd-ports-gnome-e81784a52da18dbaee5f439b1c39d48125b393e5.tar.gz freebsd-ports-gnome-e81784a52da18dbaee5f439b1c39d48125b393e5.tar.zst freebsd-ports-gnome-e81784a52da18dbaee5f439b1c39d48125b393e5.zip |
Update to 2.0.0pre21 to enable compilation with OpenLDAP 2.2:
<http://sf.net/project/shownotes.php?release_id=227244>
Diffstat (limited to 'net/py-ldap2/Makefile')
-rw-r--r-- | net/py-ldap2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/py-ldap2/Makefile b/net/py-ldap2/Makefile index af994dba7152..9fcae0da73d6 100644 --- a/net/py-ldap2/Makefile +++ b/net/py-ldap2/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= ldap2 -PORTVERSION= 2.0.0pre18 +PORTVERSION= 2.0.0pre21 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= python-ldap @@ -17,7 +17,6 @@ COMMENT= An LDAP module for python, for OpenLDAP2 USE_PYTHON= yes USE_PYDISTUTILS= yes -WRKSRC= ${WRKDIR}/${DISTNAME:S=-src==} USE_OPENLDAP= yes USE_REINPLACE= yes |