diff options
author | delphij <delphij@FreeBSD.org> | 2008-03-29 02:49:07 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2008-03-29 02:49:07 +0800 |
commit | 8720acde019a65e6349916e5803aff2e33c95c9f (patch) | |
tree | 2876d87be4e90ad8b67079a0de3ce0fb7d5a516e /sysutils | |
parent | 3ae898d079230c08603aa0eea01e0e4fb2b7a8f1 (diff) | |
download | freebsd-ports-gnome-8720acde019a65e6349916e5803aff2e33c95c9f.tar.gz freebsd-ports-gnome-8720acde019a65e6349916e5803aff2e33c95c9f.tar.zst freebsd-ports-gnome-8720acde019a65e6349916e5803aff2e33c95c9f.zip |
Chase after py-ldap2 egg'ified
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 |