diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-09 07:36:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-09 07:36:53 +0000 |
commit | 6110b3907a630ba5f56311a5b07f346b35648583 (patch) | |
tree | 5e055948d6bf3908006c42aff77eac3ac020d198 /net/nagstamon/Makefile | |
parent | e10e726ca1e2e87e38883d59d9f2f27d9b31bbdb (diff) | |
download | pkgsrc-6110b3907a630ba5f56311a5b07f346b35648583.tar.gz |
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
Diffstat (limited to 'net/nagstamon/Makefile')
-rw-r--r-- | net/nagstamon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nagstamon/Makefile b/net/nagstamon/Makefile index 044e9848603..8ffee5b0bc8 100644 --- a/net/nagstamon/Makefile +++ b/net/nagstamon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2014/05/05 00:48:15 ryoon Exp $ +# $NetBSD: Makefile,v 1.34 2014/05/09 07:37:14 wiz Exp $ VERSION= 0.9.9 DISTNAME= nagstamon_${VERSION} @@ -25,7 +25,7 @@ INSTALLATION_DIRS+= ${PKGMANDIR}/man1 REPLACE_PYTHON= ${WRKSRC}/*.py REPLACE_PYTHON+= ${WRKSRC}/Nagstamon/Server/Multisite.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-libxslt, py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-libxslt, py-ORBit via py-gnome2, py-gtk2 SUBST_CLASSES+= mandir SUBST_STAGE.mandir= pre-configure |