diff options
author | wiz <wiz@pkgsrc.org> | 2009-09-22 00:56:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-09-22 00:56:14 +0000 |
commit | 58ce41d4e4b2dc76d8ee1c4cff8628743b78e231 (patch) | |
tree | e16e201567e74f9e325237bd9efa53b19fbc1d13 /misc/calibre | |
parent | e7b13015c4cbd800a3cad80c1d0dc16e91e89e97 (diff) | |
download | pkgsrc-58ce41d4e4b2dc76d8ee1c4cff8628743b78e231.tar.gz |
Allow python26.
Diffstat (limited to 'misc/calibre')
-rw-r--r-- | misc/calibre/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/calibre/Makefile b/misc/calibre/Makefile index fe9d1227487..97927dc120b 100644 --- a/misc/calibre/Makefile +++ b/misc/calibre/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/08/26 19:58:00 sno Exp $ +# $NetBSD: Makefile,v 1.3 2009/09/22 01:08:03 wiz Exp $ # DISTNAME= calibre-0.4.128 @@ -19,8 +19,10 @@ DEPENDS+= ${PYPKGPREFIX}-ClientForm-[0-9]*:../../www/py-ClientForm DEPENDS+= ${PYPKGPREFIX}-beautifulsoup>=3.0.5:../../www/py-beautifulsoup DEPENDS+= ${PYPKGPREFIX}-mechanize>=0.1.8:../../www/py-mechanize +#PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ -PYTHON_VERSIONS_ACCEPTED= 25 +PYTHON_VERSIONS_ACCEPTED= 26 25 PYDISTUTILSPKG= yes REPLACE_PYTHON= src/calibre/ebooks/metadata/odt.py |