diff options
author | jperkin <jperkin@pkgsrc.org> | 2017-06-28 16:06:30 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2017-06-28 16:06:30 +0000 |
commit | 4d8f46288af170138f799e4382e6cbec46d17a46 (patch) | |
tree | c77388ef4f99aab46cd940e8a6ab2628fdc57323 /graphics/eom | |
parent | 20b72c4ee8e5c7785c65f3ccddff9c18bc43f366 (diff) | |
download | pkgsrc-4d8f46288af170138f799e4382e6cbec46d17a46.tar.gz |
Remove python as a supported option, it is logically impossible at present
as all versions are marked as incompatible.
Diffstat (limited to 'graphics/eom')
-rw-r--r-- | graphics/eom/options.mk | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/eom/options.mk b/graphics/eom/options.mk index 5b2b82e178a..61d98f35b10 100644 --- a/graphics/eom/options.mk +++ b/graphics/eom/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.3 2017/01/01 14:43:42 wiz Exp $ +# $NetBSD: options.mk,v 1.4 2017/06/28 16:06:30 jperkin Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.eog -PKG_SUPPORTED_OPTIONS= dbus exif jpeg lcms python rsvg xmp -PKG_SUGGESTED_OPTIONS= dbus exif jpeg lcms python rsvg xmp +PKG_SUPPORTED_OPTIONS= dbus exif jpeg lcms rsvg xmp +PKG_SUGGESTED_OPTIONS= dbus exif jpeg lcms rsvg xmp .include "../../mk/bsd.options.mk" @@ -35,6 +35,9 @@ CONFIGURE_ARGS+= --with-cms CONFIGURE_ARGS+= --without-cms .endif +# The python option is logically impossible right now. This option sets python +# 3.x as being incompatible, yet eom depends on libpeas which itself sets 2.x +# as being incompatible, leaving us with no remaining choices. .if !empty(PKG_OPTIONS:Mpython) PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 .include "../../lang/python/extension.mk" |