From aad03ad200cb15b4893fe0088649d3ea8acc67a1 Mon Sep 17 00:00:00 2001 From: dholland Date: Wed, 15 Aug 2012 05:51:56 +0000 Subject: Mask on python25 because it depends on py-stompclient. --- net/coilmq/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'net') diff --git a/net/coilmq/Makefile b/net/coilmq/Makefile index b54fe68c4c8..a013dc6990e 100644 --- a/net/coilmq/Makefile +++ b/net/coilmq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2012/08/14 15:35:00 imil Exp $ +# $NetBSD: Makefile,v 1.2 2012/08/15 05:51:56 dholland Exp $ # DISTNAME= CoilMQ-0.6.1 @@ -19,6 +19,9 @@ DEPENDS+= ${PYPKGPREFIX}-daemon>=1.5.5:../../devel/py-daemon USE_LANGUAGES= # none +# py-stompclient does not work on python25 +PYTHON_VERSIONS_INCOMPATIBLE= 25 + REPLACE_INTERPRETER+= python REPLACE.python.old= python REPLACE.python.new= ${PYTHONBIN} -- cgit v1.2.3