pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/luma DEPEND on databases/py-ldap, instead of...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ee9e295cc70
branches:  trunk
changeset: 370790:0ee9e295cc70
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 24 04:45:18 2017 +0000

description:
DEPEND on databases/py-ldap, instead of buildlinking

diffstat:

 databases/luma/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 2179ac9937dd -r 0ee9e295cc70 databases/luma/Makefile
--- a/databases/luma/Makefile   Tue Oct 24 04:24:40 2017 +0000
+++ b/databases/luma/Makefile   Tue Oct 24 04:45:18 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2017/09/26 10:26:57 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2017/10/24 04:45:18 adam Exp $
 
 DISTNAME=      luma-3.0.7
 CATEGORIES=    databases
@@ -10,6 +10,8 @@
 COMMENT=       LDAP browser
 LICENSE=       gnu-gpl-v2
 
+DEPENDS+=      ${PYPKGPREFIX}-ldap-[0-9]*:../../databases/py-ldap
+
 REPLACE_PYTHON=                luma/luma.py
 INSTALLATION_DIRS=     ${PKGMANDIR}/man1 ${PYSITELIB}/luma/plugins/browser
 
@@ -39,7 +41,6 @@
        ${MV} ${DESTDIR}${PREFIX}/share/man/man1/luma.1.gz ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
        ${CP} -R ${WRKSRC}/luma/plugins/browser/templates ${DESTDIR}${PREFIX}/${PYSITELIB}/luma/plugins/browser/templates
 
-.include "../../databases/py-ldap/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../lang/python/distutils.mk"
 .include "../../x11/py-qt4/buildlink3.mk"



Home | Main Index | Thread Index | Old Index