py-logan no longer supports Python 2.6.
This commit is contained in:
parent
ece60694ff
commit
2c4321f839
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue