diff options
author | wiz <wiz@pkgsrc.org> | 2007-01-30 07:09:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-01-30 07:09:03 +0000 |
commit | fde092335ccab5c3ec5b2429a3d1a1c8951c74e6 (patch) | |
tree | e4da33cb2407e561cd388781d4cf552089f85a9f | |
parent | 56620b1e989ac430849eca18a14f97114e8b36ba (diff) | |
download | pkgsrc-fde092335ccab5c3ec5b2429a3d1a1c8951c74e6.tar.gz |
Remove some legacy options handling.
-rw-r--r-- | graphics/sane-backends/options.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/sane-backends/options.mk b/graphics/sane-backends/options.mk index 2202917e54c..89956e60c41 100644 --- a/graphics/sane-backends/options.mk +++ b/graphics/sane-backends/options.mk @@ -1,10 +1,8 @@ -# $NetBSD: options.mk,v 1.2 2006/08/05 22:41:49 wiz Exp $ +# $NetBSD: options.mk,v 1.3 2007/01/30 07:09:03 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.sane-backends PKG_SUPPORTED_OPTIONS= sane-backends-hp3900 PKG_SUGGESTED_OPTIONS= #defined -# Remove after 2006Q3 -PKG_OPTIONS_LEGACY_OPTS+= hp3900:sane-backends-hp3900 .include "../../mk/bsd.options.mk" |