summaryrefslogtreecommitdiff
path: root/editors/pluma
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2017-06-28 15:56:22 +0000
committerjperkin <jperkin@pkgsrc.org>2017-06-28 15:56:22 +0000
commit6fa5e5da0dcfc424eb8425bdb4b36ea076b26e41 (patch)
treeeb71652e72713a6b6f28eb0ecfcae995191bd55f /editors/pluma
parent1952073a16a1844b817596c37ce2be9cff0c3467 (diff)
downloadpkgsrc-6fa5e5da0dcfc424eb8425bdb4b36ea076b26e41.tar.gz
Remove python as a supported option, it is logically impossible at present
as all versions are marked as incompatible.
Diffstat (limited to 'editors/pluma')
-rw-r--r--editors/pluma/options.mk9
1 files changed, 6 insertions, 3 deletions
diff --git a/editors/pluma/options.mk b/editors/pluma/options.mk
index 501fd99aa81..de0ad5c8746 100644
--- a/editors/pluma/options.mk
+++ b/editors/pluma/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.3 2017/01/01 14:43:38 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2017/06/28 15:56:22 jperkin Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.pluma
-PKG_SUPPORTED_OPTIONS= enchant python
-PKG_SUGGESTED_OPTIONS= enchant python
+PKG_SUPPORTED_OPTIONS= enchant
+PKG_SUGGESTED_OPTIONS= enchant
.include "../../mk/bsd.options.mk"
@@ -17,6 +17,9 @@ PLIST.enchant= yes
CONFIGURE_ARGS+= --disable-spell
.endif
+# The python option is logically impossible right now. This option sets python
+# 3.x as being incompatible, yet pluma depends on libpeas which itself sets 2.x
+# as being incompatible, leaving us with no remaining choices.
.if !empty(PKG_OPTIONS:Mpython)
CONFIGURE_ARGS+= --enable-python
USE_TOOLS+= bash:run