pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/perdition-ldap Fix path to and depend on bash. Bu...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d82dcd175fc9
branches: trunk
changeset: 532926:d82dcd175fc9
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue Sep 04 21:06:56 2007 +0000
description:
Fix path to and depend on bash. Bump revision.
diffstat:
mail/perdition-ldap/Makefile | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r d67b6c3dcd90 -r d82dcd175fc9 mail/perdition-ldap/Makefile
--- a/mail/perdition-ldap/Makefile Tue Sep 04 21:04:20 2007 +0000
+++ b/mail/perdition-ldap/Makefile Tue Sep 04 21:06:56 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2006/05/31 18:52:38 ghen Exp $
+# $NetBSD: Makefile,v 1.4 2007/09/04 21:06:56 joerg Exp $
#
-PKGREVISION= 2
+PKGREVISION= 3
PERDITION_COMMENT= LDAP user database module
PERDITION_PKGNAME= ldap
@@ -9,5 +9,8 @@
CONFIGURE_ARGS+= --with-ldap-includes=${BUILDLINK_PREFIX.openldap-client}/include
CONFIGURE_ARGS+= --with-ldap-libs=${BUILDLINK_PREFIX.openldap-client}/lib
+USE_TOOLS+= bash:run
+REPLACE_BASH+= perdition/db/ldap/perditiondb_ldap_makedb
+
.include "../../databases/openldap-client/buildlink3.mk"
-.include "../perdition/Makefile.common"
+.include "../../mail/perdition/Makefile.common"
Home |
Main Index |
Thread Index |
Old Index