summaryrefslogtreecommitdiff
path: root/www/py-rss2gen
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2011-12-03 00:02:14 +0000
committerjoerg <joerg@pkgsrc.org>2011-12-03 00:02:14 +0000
commitbbde65f2e00b8129333e938dbda61639dcfc274d (patch)
tree91980d7516c0a1d7951f6b3e9a7efbf4077abf95 /www/py-rss2gen
parent92cdf9b29f1fecfb347d0f402bd4113590150e97 (diff)
downloadpkgsrc-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 'www/py-rss2gen')
-rw-r--r--www/py-rss2gen/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/py-rss2gen/Makefile b/www/py-rss2gen/Makefile
index c0024bc6b80..0156b1ecd84 100644
--- a/www/py-rss2gen/Makefile
+++ b/www/py-rss2gen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2011/10/15 11:04:35 obache Exp $
+# $NetBSD: Makefile,v 1.5 2011/12/03 00:02:17 joerg Exp $
PYRSS2GENVER= 1.0.0
DISTNAME= PyRSS2Gen-${PYRSS2GENVER}
@@ -14,5 +14,7 @@ LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
+PYTHON_VERSIONS_INCLUDE_3X= yes
+
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"