summaryrefslogtreecommitdiff
path: root/devel/py-xdg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-xdg/Makefile')
-rw-r--r--devel/py-xdg/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-xdg/Makefile b/devel/py-xdg/Makefile
index aa7bb20e078..fd861031295 100644
--- a/devel/py-xdg/Makefile
+++ b/devel/py-xdg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2012/10/31 11:19:36 asau Exp $
+# $NetBSD: Makefile,v 1.4 2014/01/25 10:30:05 wiz Exp $
DISTNAME= pyxdg-0.19
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -10,5 +10,7 @@ HOMEPAGE= http://freedesktop.org/wiki/Software/pyxdg
COMMENT= Python library for XDG
LICENSE= gnu-lgpl-v2
+PYTHON_VERSIONS_INCOMPATIBLE= 33
+
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"