diff options
author | joerg <joerg> | 2009-02-09 18:40:25 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-02-09 18:40:25 +0000 |
commit | 7cc90b4854fff19a8dcf1c3009474cdfb43b457b (patch) | |
tree | 3b8e6abf49b517a2ddb6e7576095c77ea6e624c4 /devel | |
parent | bf53091673e3342cc94ef87771cdd8f98c09da36 (diff) | |
download | pkgsrc-7cc90b4854fff19a8dcf1c3009474cdfb43b457b.tar.gz |
configure wants Python 2.5.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-compizconfig/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-compizconfig/Makefile b/devel/py-compizconfig/Makefile index 9c513d16bbe..942408155b9 100644 --- a/devel/py-compizconfig/Makefile +++ b/devel/py-compizconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:28 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2009/02/09 18:40:25 joerg Exp $ # DISTNAME= compizconfig-python-0.6.0 @@ -16,6 +16,8 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake +PYTHON_VERSIONS_ACCEPTED= 25 + PY_PATCHPLIST= yes BUILD_DEPENDS+= ${PYPKGPREFIX}-pyrex>=0.9.3:../../lang/py-pyrex |