summaryrefslogtreecommitdiff
path: root/databases/openldap
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-09 05:14:08 +0000
committerjlam <jlam>2005-05-09 05:14:08 +0000
commit65b6231d93a04d007dfbf44ad07728c7117be375 (patch)
tree7af5a426569840b8254a0dcc5e86c83cd71ad1ca /databases/openldap
parentc34608ae916ed78ce7d48d4642faf538caec14e2 (diff)
downloadpkgsrc-65b6231d93a04d007dfbf44ad07728c7117be375.tar.gz
Don't assign to PKG_OPTIONS.<pkg> which has special meaning to the
options framework. Rename PKG_OPTIONS.* to PKG_BUILD_OPTIONS.*.
Diffstat (limited to 'databases/openldap')
-rw-r--r--databases/openldap/buildlink3.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/databases/openldap/buildlink3.mk b/databases/openldap/buildlink3.mk
index b6fd1e810b3..e821a4a4431 100644
--- a/databases/openldap/buildlink3.mk
+++ b/databases/openldap/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.17 2005/05/09 05:06:55 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.18 2005/05/09 05:14:08 jlam Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
OPENLDAP_BUILDLINK3_MK:= ${OPENLDAP_BUILDLINK3_MK}+
@@ -18,16 +18,16 @@ BUILDLINK_RECOMMENDED.openldap+= openldap>=2.2.18nb1
BUILDLINK_PKGSRCDIR.openldap?= ../../databases/openldap
.endif # OPENLDAP_BUILDLINK3_MK
-.if !defined(PKG_OPTIONS.openldap)
-PKG_OPTIONS.openldap!= \
+.if !defined(PKG_BUILD_OPTIONS.openldap)
+PKG_BUILD_OPTIONS.openldap!= \
cd ${BUILDLINK_PKGSRCDIR.openldap} && \
${MAKE} show-var ${MAKE_FLAGS} VARNAME=PKG_OPTIONS
-MAKE_FLAGS+= PKG_OPTIONS.openldap=${PKG_OPTIONS.openldap:Q}
+MAKE_FLAGS+= PKG_BUILD_OPTIONS.openldap=${PKG_BUILD_OPTIONS.openldap:Q}
.endif
-MAKE_VARS+= PKG_OPTIONS.openldap
+MAKE_VARS+= PKG_BUILD_OPTIONS.openldap
-.if !empty(PKG_OPTIONS.openldap:Mkerberos) || \
- !empty(PKG_OPTIONS.openldap:Msasl)
+.if !empty(PKG_BUILD_OPTIONS.openldap:Mkerberos) || \
+ !empty(PKG_BUILD_OPTIONS.openldap:Msasl)
. include "../../security/cyrus-sasl2/buildlink3.mk"
.endif
.include "../../security/openssl/buildlink3.mk"