diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/coilmq/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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} |