diff options
author | fhajny <fhajny@pkgsrc.org> | 2014-08-12 08:11:26 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2014-08-12 08:11:26 +0000 |
commit | f4d11d8f21d529891e8568c04a01a9c53686455a (patch) | |
tree | ef96c040f740917fe0c937ac0d258ae03f3c2363 /databases | |
parent | d24838d25dcef98e48f12ff26e0d646305e0cf91 (diff) | |
download | pkgsrc-f4d11d8f21d529891e8568c04a01a9c53686455a.tar.gz |
Not compatible with Python 3 yet.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-python-rrdtool/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/py-python-rrdtool/Makefile b/databases/py-python-rrdtool/Makefile index b86ed9ad3f9..9d99d2af093 100644 --- a/databases/py-python-rrdtool/Makefile +++ b/databases/py-python-rrdtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/08/10 18:26:33 fhajny Exp $ +# $NetBSD: Makefile,v 1.2 2014/08/12 08:11:26 fhajny Exp $ DISTNAME= python-rrdtool-1.4.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/pbanaszkiewicz/python-rrdtool COMMENT= Python bindings for RRDTool, the graphing and logging utility LICENSE= gnu-gpl-v2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.4.7 + USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= rrdtool-1.4.7/src/librrd.pc.in |