diff options
author | joerg <joerg@pkgsrc.org> | 2015-04-01 10:45:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-04-01 10:45:34 +0000 |
commit | 133c60d4b66e91a5b6792ad7841b022e43cf40c3 (patch) | |
tree | a698fdceab9beb448768099e98c2068766f2c62e /net | |
parent | d9821c4c8ce55459fa2646ea4b5c837d18f939f4 (diff) | |
download | pkgsrc-133c60d4b66e91a5b6792ad7841b022e43cf40c3.tar.gz |
py-logan no longer supports Python 2.6.
Diffstat (limited to 'net')
-rw-r--r-- | net/py-eventlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-eventlib/Makefile b/net/py-eventlib/Makefile index 2f3936e9514..f884fb2de11 100644 --- a/net/py-eventlib/Makefile +++ b/net/py-eventlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:15 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2015/04/01 10:45:34 joerg Exp $ # DISTNAME= eventlib-0.1.5 @@ -21,7 +21,7 @@ USE_LANGUAGES= # none PY_PATCHPLIST= yes PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 +PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 post-install: ${MV} ${DESTDIR}${PREFIX}/bin/eventlib \ |