diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-14 00:42:05 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-14 00:42:05 +0000 |
commit | f35c8cec0fd4ac5b132957f98965465211be9dc9 (patch) | |
tree | 63c2d2031e29232f8d9ca1ece22cf4ccb47c849b /www | |
parent | Properly use USE_PYTHON. (diff) |
Use USE_PYTHON. This port still doesn't package, but at least in gets
past the dependency stage.
Notes
Notes:
svn path=/head/; revision=35115
Diffstat (limited to '')
-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 54ca8d53aaa3..52e272a83aff 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} |