diff options
author | joerg <joerg@pkgsrc.org> | 2011-12-03 00:02:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-12-03 00:02:14 +0000 |
commit | bbde65f2e00b8129333e938dbda61639dcfc274d (patch) | |
tree | 91980d7516c0a1d7951f6b3e9a7efbf4077abf95 /print/py-pslib | |
parent | 92cdf9b29f1fecfb347d0f402bd4113590150e97 (diff) | |
download | pkgsrc-bbde65f2e00b8129333e938dbda61639dcfc274d.tar.gz |
Tag the 28 locations that result in a Python 3.1 package as supporting so.
Remove it from the default list for the rest.
Diffstat (limited to 'print/py-pslib')
-rw-r--r-- | print/py-pslib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/py-pslib/Makefile b/print/py-pslib/Makefile index bf2aa166b9f..99d72cc2bb4 100644 --- a/print/py-pslib/Makefile +++ b/print/py-pslib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2011/10/15 08:33:36 obache Exp $ +# $NetBSD: Makefile,v 1.9 2011/12/03 00:02:16 joerg Exp $ # DISTNAME= python-pslib_0.2.0.orig @@ -13,6 +13,8 @@ COMMENT= Python bindings for pslib PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_VERSIONS_INCLUDE_3X= yes + WRKSRC= ${WRKDIR}/python-pslib-0.2.0 EGG_NAME= python_pslib-${PKGVERSION_NOREV} |