diff options
Diffstat (limited to 'net/ldapmodule/Makefile')
-rw-r--r-- | net/ldapmodule/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/ldapmodule/Makefile b/net/ldapmodule/Makefile index dad0896..06491c2 100644 --- a/net/ldapmodule/Makefile +++ b/net/ldapmodule/Makefile @@ -6,6 +6,7 @@ PORTNAME= ldapmodule PORTVERSION= 1.10alpha3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://python-ldap.sourceforge.net/pub/python-ldap/ DISTNAME= python-ldap-${PORTVERSION}-src @@ -13,9 +14,10 @@ DISTNAME= python-ldap-${PORTVERSION}-src MAINTAINER= dirk.meyer@dinoex.sub.org LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap -BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python15 -RUN_DEPENDS= python1.5:${PORTSDIR}/lang/python15 +BUILD_DEPENDS= python:${PORTSDIR}/lang/python +RUN_DEPENDS= python:${PORTSDIR}/lang/python +USE_PYTHON= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} WRKSRC= ${WRKDIR}/${DISTNAME:S=-src==} |