summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjlam <jlam>2004-08-04 19:45:02 +0000
committerjlam <jlam>2004-08-04 19:45:02 +0000
commitf9bbe13b88ec3945bf3509964de0734ee8ec8a24 (patch)
treefde290dfedb187168ec29c9fa93b7e997d3467eb /databases
parentc9e18e12e0de725fea465dff092f525e210963f6 (diff)
downloadpkgsrc-f9bbe13b88ec3945bf3509964de0734ee8ec8a24.tar.gz
We only need the full dependency on libtool if we build the dynamic
modules. Bump the PKGREVISION.
Diffstat (limited to 'databases')
-rw-r--r--databases/openldap/Makefile4
-rw-r--r--databases/openldap/Makefile.options3
2 files changed, 4 insertions, 3 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile
index 91cd695ae2a..6b9d9ad14b5 100644
--- a/databases/openldap/Makefile
+++ b/databases/openldap/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.80 2004/07/30 21:05:41 jlam Exp $
+# $NetBSD: Makefile,v 1.81 2004/08/04 19:45:02 jlam Exp $
DISTNAME= openldap-2.2.13
SVR4_PKGNAME= oldap
+PKGREVISION= 1
CATEGORIES= databases
MASTER_SITES= ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/
EXTRACT_SUFX= .tgz
@@ -95,7 +96,6 @@ OPENLDAP_PTHREAD_OPTS?= native
OPENLDAP_PTHREAD_OPTS?= require
PTHREAD_OPTS+= ${OPENLDAP_PTHREAD_OPTS}
-.include "../../devel/libtool/buildlink3.mk"
.include "../../databases/db4/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../security/tcp_wrappers/buildlink3.mk"
diff --git a/databases/openldap/Makefile.options b/databases/openldap/Makefile.options
index e5f1d5d21a9..ae6ad9fcb18 100644
--- a/databases/openldap/Makefile.options
+++ b/databases/openldap/Makefile.options
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.options,v 1.5 2004/07/30 21:05:41 jlam Exp $
+# $NetBSD: Makefile.options,v 1.6 2004/08/04 19:45:02 jlam Exp $
# Global and legacy options
.if defined(KERBEROS) || defined(USE_SASL) || defined(USE_SASL2)
@@ -24,6 +24,7 @@ PKG_SUPPORTED_OPTIONS= dynamic kerberos sasl slp
### specified, then link the backend modules statically into slapd.
###
.if !empty(PKG_OPTIONS:Mdynamic)
+. include "../../devel/libtool/buildlink3.mk"
CONFIGURE_ARGS+= --enable-modules
PLIST_SUBST+= DYNAMIC_MOD=
.else