pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk The example is missing a definition for PKG_OPTIONS...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1ed65d8ae45b
branches: trunk
changeset: 494081:1ed65d8ae45b
user: jlam <jlam%pkgsrc.org@localhost>
date: Thu May 19 01:15:57 2005 +0000
description:
The example is missing a definition for PKG_OPTIONS_VAR.
diffstat:
mk/bsd.options.mk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 90a7be627e04 -r 1ed65d8ae45b mk/bsd.options.mk
--- a/mk/bsd.options.mk Wed May 18 23:59:44 2005 +0000
+++ b/mk/bsd.options.mk Thu May 19 01:15:57 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.options.mk,v 1.22 2005/05/16 09:08:29 rillig Exp $
+# $NetBSD: bsd.options.mk,v 1.23 2005/05/19 01:15:57 jlam Exp $
#
# This Makefile fragment provides boilerplate code for standard naming
# conventions for handling per-package build options.
@@ -47,8 +47,9 @@
# Example usage:
#
# -------------8<-------------8<-------------8<-------------8<-------------
+# PKG_OPTIONS_VAR= PKG_OPTIONS.wibble
# PKG_SUPPORTED_OPTIONS= foo ldap sasl
-# PKG_SUGGESTED_OPTIONS= foo
+# PKG_SUGGESTED_OPTIONS= foo
# PKG_OPTIONS_LEGACY_VARS+= WIBBLE_USE_OPENLDAP:ldap
# PKG_OPTIONS_LEGACY_VARS+= WIBBLE_USE_SASL2:sasl
#
Home |
Main Index |
Thread Index |
Old Index