diff options
author | kent <kent@pkgsrc.org> | 2002-07-20 08:50:16 +0000 |
---|---|---|
committer | kent <kent@pkgsrc.org> | 2002-07-20 08:50:16 +0000 |
commit | 8b3f27dd7c8224b3c99eba0c18fb0704b5532260 (patch) | |
tree | 71258a540bc579fc71382bc68b8550e11b702dac /databases | |
parent | e66688c221ecb955d9300902f76bfa96ae0cbb1d (diff) | |
download | pkgsrc-8b3f27dd7c8224b3c99eba0c18fb0704b5532260.tar.gz |
Correct BULID_DEPENDS. This change fixes build error of web500gw.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/openldap1/buildlink.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/openldap1/buildlink.mk b/databases/openldap1/buildlink.mk index 79adff0e9f0..2dde634dbac 100644 --- a/databases/openldap1/buildlink.mk +++ b/databases/openldap1/buildlink.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink.mk,v 1.1.1.1 2001/10/25 18:38:12 kleink Exp $ +# $NetBSD: buildlink.mk,v 1.2 2002/07/20 08:50:16 kent Exp $ # # This Makefile fragment is included by packages that use openldap. # @@ -18,7 +18,7 @@ OPENLDAP_BUILDLINK_MK= # defined .include "../../mk/bsd.buildlink.mk" BUILDLINK_DEPENDS.openldap?= openldap-1.2.* -DEPENDS+= ${BUILDLINK_DEPENDS.openldap}:../../databases/openldap +DEPENDS+= ${BUILDLINK_DEPENDS.openldap}:../../databases/openldap1 EVAL_PREFIX+= BUILDLINK_PREFIX.openldap=openldap BUILDLINK_PREFIX.openldap_DEFAULT= ${LOCALBASE} |