diff options
author | tnn <tnn> | 2009-10-21 16:25:01 +0000 |
---|---|---|
committer | tnn <tnn> | 2009-10-21 16:25:01 +0000 |
commit | 954a85b2fa8273bd64cdcf12003bfe235dcfb70d (patch) | |
tree | 0ae67aa03e87b519fdf71645c9924b1e2da84d14 /databases | |
parent | 36e7f32df5ced1e4a8f4eb3f289403398859e640 (diff) | |
download | pkgsrc-954a85b2fa8273bd64cdcf12003bfe235dcfb70d.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} |