pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

mate-menus: allow only python-2.7



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon May 2 17:28:19 2016 +0200
Changeset:	cdf021c9017809d31c8c184bb23c70ee846a1478

Modified Files:
	mate-menus/options.mk

Log Message:
mate-menus: allow only python-2.7

Not ready for 3.x.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cdf021c9017809d31c8c184bb23c70ee846a1478

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mate-menus/options.mk | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/mate-menus/options.mk b/mate-menus/options.mk
index 69790bf..389ccf6 100644
--- a/mate-menus/options.mk
+++ b/mate-menus/options.mk
@@ -10,6 +10,7 @@ PLIST_VARS+=	introspection python
 
 .if !empty(PKG_OPTIONS:Mpython)
 PY_PATCHPLIST=		yes
+PYTHON_VERSIONS_ACCEPTED=	27
 .include "../../lang/python/extension.mk"
 CONFIGURE_ARGS+=	--enable-python
 PLIST.python=		yes


Home | Main Index | Thread Index | Old Index