diff options
author | joerg <joerg@pkgsrc.org> | 2015-04-26 13:29:12 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-04-26 13:29:12 +0000 |
commit | 748c7f4927bbffff77b59dff8306259752969357 (patch) | |
tree | bb28fd915f9aa70f8d84619456321abff950e15b /print | |
parent | fd61ded805805dd36f44e48a098ebb770c1a776c (diff) | |
download | pkgsrc-748c7f4927bbffff77b59dff8306259752969357.tar.gz |
Disable sane option due to the dependency conflict.
Diffstat (limited to 'print')
-rw-r--r-- | print/hplip/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/hplip/options.mk b/print/hplip/options.mk index 03368de1e05..0684096839f 100644 --- a/print/hplip/options.mk +++ b/print/hplip/options.mk @@ -1,11 +1,11 @@ -# $NetBSD: options.mk,v 1.5 2015/03/26 22:13:14 jperkin Exp $ +# $NetBSD: options.mk,v 1.6 2015/04/26 13:29:12 joerg Exp $ # # HPLIP dependencies are detailed in the following page: # http://hplipopensource.com/hplip-web/install/manual/distros/other.html PKG_OPTIONS_VAR= PKG_OPTIONS.hplip PKG_SUPPORTED_OPTIONS= fax sane qt -PKG_SUGGESTED_OPTIONS= fax sane +PKG_SUGGESTED_OPTIONS= fax PKG_OPTIONS_LEGACY_OPTS+= scan:sane PKG_OPTIONS_LEGACY_OPTS+= gui:qt |