diff options
author | asami <asami@FreeBSD.org> | 2000-11-14 00:42:05 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-14 00:42:05 +0000 |
commit | 78e0da032e2de40f92dabba59b7a9158b517e534 (patch) | |
tree | 3ec137a6310f6732a534c8cc132f90141c6f2e94 /www | |
parent | 8fef9ce92036939abdccaadbd03c7432cbe42a3e (diff) | |
download | FreeBSD-ports-78e0da032e2de40f92dabba59b7a9158b517e534.zip FreeBSD-ports-78e0da032e2de40f92dabba59b7a9158b517e534.tar.gz |
Use USE_PYTHON. This port still doesn't package, but at least in gets
past the dependency stage.
Diffstat (limited to 'www')
-rw-r--r-- | www/web2ldap/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/web2ldap/Makefile b/www/web2ldap/Makefile index 54ca8d5..52e272a 100644 --- a/www/web2ldap/Makefile +++ b/www/web2ldap/Makefile @@ -13,10 +13,11 @@ MASTER_SITES= http://sites.inka.de/ms/python/web2ldap/download/ \ MAINTAINER= oddbjorn@tricknology.org -RUN_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \ - ${LOCALBASE}/lib/python1.5/site-packages/ldapmodule.so:${PORTSDIR}/net/ldapmodule +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_ldapmodule.so:${PORTSDIR}/net/ldapmodule NO_BUILD= yes +USE_PYTHON= yes +PYTHON_VERSION= python1.5 do-install: @${MKDIR} ${PREFIX}/${PORTNAME} |