diff options
author | tnn <tnn@pkgsrc.org> | 2015-04-05 17:02:45 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-04-05 17:02:45 +0000 |
commit | 711d320dab1b8105cd8b08c0a663bd555677ef16 (patch) | |
tree | 237dc22cdd89ccafda9a65a28283e89904a3eedf /graphics | |
parent | 3106a17d9462a04e4345a63c18cef13eaeb5703f (diff) | |
download | pkgsrc-711d320dab1b8105cd8b08c0a663bd555677ef16.tar.gz |
rename the PKG_OPTIONS variable
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/MesaLib7/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/MesaLib7/options.mk b/graphics/MesaLib7/options.mk index 01444742cf9..1497a9d7f08 100644 --- a/graphics/MesaLib7/options.mk +++ b/graphics/MesaLib7/options.mk @@ -1,6 +1,6 @@ -# $NetBSD: options.mk,v 1.1 2015/04/05 17:01:37 tnn Exp $ +# $NetBSD: options.mk,v 1.2 2015/04/05 17:02:45 tnn Exp $ -PKG_OPTIONS_VAR= PKG_OPTIONS.MesaLib +PKG_OPTIONS_VAR= PKG_OPTIONS.MesaLib7 PKG_SUPPORTED_OPTIONS= # Assembler code build configurations |