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 /databases/luma | |
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 'databases/luma')
-rw-r--r-- | databases/luma/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/luma/Makefile b/databases/luma/Makefile index f8c1e1cb188..450d962426d 100644 --- a/databases/luma/Makefile +++ b/databases/luma/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2014/01/25 10:45:16 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2014/05/09 07:36:57 wiz Exp $ DISTNAME= luma-2.3 PKGREVISION= 14 @@ -17,7 +17,7 @@ SUBST_STAGE.luma= pre-configure SUBST_FILES.luma= bin/luma SUBST_SED.luma= -e "s|@PREFIX@|${PREFIX}|" REPLACE_PYTHON= bin/luma lib/luma/luma.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-qt3-base, py-ldap +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-qt3-base, py-ldap post-extract: cd ${WRKSRC} && mv share/man man |