diff options
author | joerg <joerg@pkgsrc.org> | 2011-03-28 18:01:40 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-03-28 18:01:40 +0000 |
commit | 43d2d23935ea2829f55027778ad63e14434953c0 (patch) | |
tree | cef71392bf409dc9541bbb8a336c7ff4f098b65d /graphics/py-uniconvertor | |
parent | 216b5a31910fc68ecc1c9939cb8b87bc6fe61d26 (diff) | |
download | pkgsrc-43d2d23935ea2829f55027778ad63e14434953c0.tar.gz |
Dependency is restricted to 2.5+
Diffstat (limited to 'graphics/py-uniconvertor')
-rw-r--r-- | graphics/py-uniconvertor/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-uniconvertor/Makefile b/graphics/py-uniconvertor/Makefile index 7aafcb857cc..6fd9cdddb68 100644 --- a/graphics/py-uniconvertor/Makefile +++ b/graphics/py-uniconvertor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/01/12 07:59:22 adam Exp $ +# $NetBSD: Makefile,v 1.2 2011/03/28 18:01:40 joerg Exp $ DISTNAME= uniconvertor-1.1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,6 +12,7 @@ LICENSE= gnu-lgpl-v2 AND gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_VERSIONS_ACCEPTED= 27 26 25 USE_LANGUAGES= c PYDISTUTILSPKG= yes |