diff options
author | joerg <joerg@pkgsrc.org> | 2012-01-12 18:27:30 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2012-01-12 18:27:30 +0000 |
commit | 76fcbe4399dc46326ced4a7ce29bf74fff6c022d (patch) | |
tree | 0cffcd96a3959ba066018b14245cdde4e9e913ba /misc | |
parent | f67d8818e29bf725a94303909e2ce52054f7acc2 (diff) | |
download | pkgsrc-76fcbe4399dc46326ced4a7ce29bf74fff6c022d.tar.gz |
py-sqlite3 doesn't exist for Python 2.4.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-carddav/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/py-carddav/Makefile b/misc/py-carddav/Makefile index 6419408cad6..8319741b2bd 100644 --- a/misc/py-carddav/Makefile +++ b/misc/py-carddav/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/01/10 23:30:09 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2012/01/12 18:27:30 joerg Exp $ # DISTNAME= pycarddav0.3.2 @@ -12,13 +12,15 @@ HOMEPAGE= http://pycarddav.lostpackets.de/ COMMENT= Simple way of accessing a CardDAV resource LICENSE= beer-ware +PKG_DESTDIR_SUPPORT= user-destdir + +PYTHON_VERSIONS_ACCEPTED= 27 26 25 + DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml DEPENDS+= ${PYPKGPREFIX}-vobject-[0-9]*:../../textproc/py-vobject DEPENDS+= ${PYPKGPREFIX}-curl-[0-9]*:../../www/py-curl -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= # none SUBST_CLASSES= env |