diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-01-10 21:52:36 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-01-10 21:52:36 +0000 |
commit | 4863bea165e251a2e44ff7c40142cfdd9e1e89f8 (patch) | |
tree | e084dd276b7ada9411d198ae1a53229cfd0540de /net/py-ldap2 | |
parent | fa685c858459534a4a4a9e47a71b5fd0d5bf6f1e (diff) | |
download | FreeBSD-ports-4863bea165e251a2e44ff7c40142cfdd9e1e89f8.zip FreeBSD-ports-4863bea165e251a2e44ff7c40142cfdd9e1e89f8.tar.gz |
BROKEN for python 2.2
Diffstat (limited to 'net/py-ldap2')
-rw-r--r-- | net/py-ldap2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/py-ldap2/Makefile b/net/py-ldap2/Makefile index a1f2872..b4f6c00 100644 --- a/net/py-ldap2/Makefile +++ b/net/py-ldap2/Makefile @@ -18,7 +18,8 @@ LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap BUILD_DEPENDS= python:${PORTSDIR}/lang/python RUN_DEPENDS= python:${PORTSDIR}/lang/python -USE_PYTHON= yes +# BROKEN for python 2.2 +PYTHON_VERSION= python2.1 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} WRKSRC= ${WRKDIR}/${DISTNAME:S=-src==} |