diff options
author | Xin LI <delphij@FreeBSD.org> | 2008-03-28 18:49:07 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2008-03-28 18:49:07 +0000 |
commit | cee6e4c48a36450d5cae8b9c5177bc3633f0e153 (patch) | |
tree | 68a03d9d2a6bd3897158091bb7f43c784d38fb45 /sysutils | |
parent | 15f294ae7f8bd648df31441577e7101d3e69d0a5 (diff) | |
download | ports-cee6e4c48a36450d5cae8b9c5177bc3633f0e153.tar.gz ports-cee6e4c48a36450d5cae8b9c5177bc3633f0e153.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/luma/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/luma/Makefile b/sysutils/luma/Makefile index d9493a28f5ae..ced3f48b3d9c 100644 --- a/sysutils/luma/Makefile +++ b/sysutils/luma/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= alecn2002@yandex.ru COMMENT= A graphical tool for accessing and managing LDAP servers -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_ldap.so:${PORTSDIR}/net/py-ldap2 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ldap2>=2.3.1:${PORTSDIR}/net/py-ldap2 \ ${PYTHON_SITELIBDIR}/smbpasswd.so:${PORTSDIR}/net/py-smbpasswd \ pyuic:${PORTSDIR}/x11-toolkits/py-qt |