diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-03 22:14:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-03 22:14:00 +0000 |
commit | 6881df6a4c0580c6f1e791e8700778ea489dd113 (patch) | |
tree | a6e0112f1c7655fad080d88eaa928420d1b0af8b /net/coilmq | |
parent | f3d475a6d2812fbcc9614e6fb074153ada9d0c2d (diff) | |
download | pkgsrc-6881df6a4c0580c6f1e791e8700778ea489dd113.tar.gz |
Update for python25 removal.
Diffstat (limited to 'net/coilmq')
-rw-r--r-- | net/coilmq/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/coilmq/Makefile b/net/coilmq/Makefile index a013dc6990e..cf640e3e9ce 100644 --- a/net/coilmq/Makefile +++ b/net/coilmq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/08/15 05:51:56 dholland Exp $ +# $NetBSD: Makefile,v 1.3 2012/10/03 22:14:02 wiz Exp $ # DISTNAME= CoilMQ-0.6.1 @@ -19,9 +19,6 @@ 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} |