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 | 0331370493f9c554566fd9da9ff4ebd1b7c30875 (patch) | |
tree | 91980d7516c0a1d7951f6b3e9a7efbf4077abf95 /textproc/py-yaml | |
parent | 62aa4b74831b153ddc6b9ba4c0c77d5708e6496f (diff) | |
download | pkgsrc-0331370493f9c554566fd9da9ff4ebd1b7c30875.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 'textproc/py-yaml')
-rw-r--r-- | textproc/py-yaml/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-yaml/Makefile b/textproc/py-yaml/Makefile index 733afab0d43..9b68fedd87f 100644 --- a/textproc/py-yaml/Makefile +++ b/textproc/py-yaml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2011/10/16 07:27:49 obache Exp $ +# $NetBSD: Makefile,v 1.8 2011/12/03 00:02:17 joerg Exp $ # DISTNAME= PyYAML-3.08 @@ -14,6 +14,8 @@ LICENSE= mit PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_VERSIONS_INCLUDE_3X= yes + .include "../../lang/python/distutils.mk" .include "../../textproc/libyaml/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |