summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2011-12-05 15:34:12 +0000
committerdholland <dholland@pkgsrc.org>2011-12-05 15:34:12 +0000
commitbc56d35ec6921d0ee47692747215f8053e439a28 (patch)
treecf361037e0cd329f148cb7c41d5c926b426e641e /textproc
parent3af88e0fdd602012d41ab55c6f5af7cc70584d16 (diff)
downloadpkgsrc-bc56d35ec6921d0ee47692747215f8053e439a28.tar.gz
Uses perl-type if syntax and thus does not work with python24.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-sphinx/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-sphinx/Makefile b/textproc/py-sphinx/Makefile
index 0246ebc69a1..0dac78aa82f 100644
--- a/textproc/py-sphinx/Makefile
+++ b/textproc/py-sphinx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2011/11/28 10:48:25 adam Exp $
+# $NetBSD: Makefile,v 1.12 2011/12/05 15:34:12 dholland Exp $
DISTNAME= Sphinx-1.1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -12,6 +12,8 @@ LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
+PYTHON_VERSIONS_INCOMPATIBLE= 24
+
DEPENDS+= ${PYPKGPREFIX}-docutils>=0.8.1:../../textproc/py-docutils
DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.2:../../textproc/py-jinja2
DEPENDS+= ${PYPKGPREFIX}-pygments>=0.8:../../textproc/py-pygments