pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/luma



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 24 04:45:18 UTC 2017

Modified Files:
        pkgsrc/databases/luma: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/databases/luma/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/luma/Makefile
diff -u pkgsrc/databases/luma/Makefile:1.42 pkgsrc/databases/luma/Makefile:1.43
--- pkgsrc/databases/luma/Makefile:1.42 Tue Sep 26 10:26:57 2017
+++ pkgsrc/databases/luma/Makefile      Tue Oct 24 04:45:18 2017
@@ -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 @@ HOMEPAGE=     http://luma.sourceforge.net/
 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 @@ post-install:
        ${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