diff options
author | dholland <dholland@pkgsrc.org> | 2012-08-15 05:51:56 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-08-15 05:51:56 +0000 |
commit | aad03ad200cb15b4893fe0088649d3ea8acc67a1 (patch) | |
tree | b84d527f4ba6aafc883d830726e2d113ac1c761f /net | |
parent | 66ae54ffece8465234edc413fdb92a713c4123ae (diff) | |
download | pkgsrc-aad03ad200cb15b4893fe0088649d3ea8acc67a1.tar.gz |
Mask on python25 because it depends on py-stompclient.
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} |