diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-01-10 21:52:36 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-01-10 21:52:36 +0000 |
commit | 0a2e4e1feea5908c43053ca85161729362206e64 (patch) | |
tree | 8764243a89133af3e8a3335659027ffe34692dd9 /net/py-ldap1/Makefile | |
parent | 566b245ccac055f2081a6a9c2007d129c4a44d9b (diff) | |
download | ports-0a2e4e1feea5908c43053ca85161729362206e64.tar.gz ports-0a2e4e1feea5908c43053ca85161729362206e64.zip |
Notes
Diffstat (limited to 'net/py-ldap1/Makefile')
-rw-r--r-- | net/py-ldap1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/py-ldap1/Makefile b/net/py-ldap1/Makefile index a1f2872adbb4..b4f6c00a6caa 100644 --- a/net/py-ldap1/Makefile +++ b/net/py-ldap1/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==} |