diff options
Diffstat (limited to 'net/ldapmodule')
-rw-r--r-- | net/ldapmodule/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ldapmodule/Makefile b/net/ldapmodule/Makefile index c68f756ae62e..a019d4ab7b19 100644 --- a/net/ldapmodule/Makefile +++ b/net/ldapmodule/Makefile @@ -13,8 +13,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-alpha MAINTAINER= dirk.meyer@dinoex.sub.org LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap -BUILD_DEPENDS= python:${PORTSDIR}/lang/python -RUN_DEPENDS= python:${PORTSDIR}/lang/python +BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python15 +RUN_DEPENDS= python1.5:${PORTSDIR}/lang/python15 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} |