summaryrefslogtreecommitdiff
path: root/databases/postgresql-lib
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-01-24 03:26:45 +0000
committerjlam <jlam@pkgsrc.org>2004-01-24 03:26:45 +0000
commita7d877ca6ae0e78f0eb4e0e03e41202252e9f94f (patch)
tree4963c5656e148ab0bec2e19df9ec8ccd15d2789f /databases/postgresql-lib
parent01a5abff019d79930d9efe12799eb86c320e2823 (diff)
downloadpkgsrc-a7d877ca6ae0e78f0eb4e0e03e41202252e9f94f.tar.gz
Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched.
Diffstat (limited to 'databases/postgresql-lib')
-rw-r--r--databases/postgresql-lib/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql-lib/buildlink3.mk b/databases/postgresql-lib/buildlink3.mk
index 4c2cdcdf4da..01dbf164097 100644
--- a/databases/postgresql-lib/buildlink3.mk
+++ b/databases/postgresql-lib/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2004/01/05 11:05:45 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2004/01/24 03:26:46 jlam Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
POSTGRESQL_LIB_BUILDLINK3_MK:= ${POSTGRESQL_LIB_BUILDLINK3_MK}+
@@ -9,7 +9,7 @@ BUILDLINK_DEPENDS+= postgresql-lib
.if !empty(POSTGRESQL_LIB_BUILDLINK3_MK:M+)
BUILDLINK_PACKAGES+= postgresql-lib
-BUILDLINK_DEPENDS.postgresql-lib?= postgresql-lib>=7.3.1
+BUILDLINK_DEPENDS.postgresql-lib+= postgresql-lib>=7.3.1
BUILDLINK_PKGSRCDIR.postgresql-lib?= ../../databases/postgresql-lib
BUILDLINK_INCDIRS.postgresql-lib?= include/postgresql