diff options
author | tnn <tnn@pkgsrc.org> | 2009-10-21 16:25:01 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-10-21 16:25:01 +0000 |
commit | 5d735591c0ba1902d30c445e20439eab3c71a426 (patch) | |
tree | 0ae67aa03e87b519fdf71645c9924b1e2da84d14 /databases | |
parent | 0614b0ed966f5173944c78b27a90d36e712baadc (diff) | |
download | pkgsrc-5d735591c0ba1902d30c445e20439eab3c71a426.tar.gz |
needs soelim
Diffstat (limited to 'databases')
-rw-r--r-- | databases/openldap/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/openldap/Makefile.common b/databases/openldap/Makefile.common index 9cadbf9fa25..381a1a8fedb 100644 --- a/databases/openldap/Makefile.common +++ b/databases/openldap/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.22 2009/07/21 10:37:11 tnn Exp $ +# $NetBSD: Makefile.common,v 1.23 2009/10/21 16:25:01 tnn Exp $ # please stick to the "stable" releases as much as possible! DISTNAME= openldap-2.4.16 @@ -29,6 +29,7 @@ PATCHDIR= ${.CURDIR}/../../databases/openldap/patches FILESDIR= ${.CURDIR}/../../databases/openldap/files USE_LIBTOOL= yes +USE_TOOLS+= soelim GNU_CONFIGURE= yes MAKE_ENV+= LIBMODE=${LIBMODE:Q} |