diff options
author | joerg <joerg@pkgsrc.org> | 2007-09-04 21:06:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-09-04 21:06:56 +0000 |
commit | 24a80d3e6d4e0c2f1c21c2d90cbf428beba1770a (patch) | |
tree | 9d5abb75c6532819e591e91336f7b2c07701621c /mail/perdition-ldap/Makefile | |
parent | 12e198f922b95defba69523a595d96b6cf303e09 (diff) | |
download | pkgsrc-24a80d3e6d4e0c2f1c21c2d90cbf428beba1770a.tar.gz |
Fix path to and depend on bash. Bump revision.
Diffstat (limited to 'mail/perdition-ldap/Makefile')
-rw-r--r-- | mail/perdition-ldap/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/mail/perdition-ldap/Makefile b/mail/perdition-ldap/Makefile index fd4033f7718..a7e21e98302 100644 --- a/mail/perdition-ldap/Makefile +++ b/mail/perdition-ldap/Makefile @@ -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 @@ PERDITION_PKGNAME= ldap 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" |