diff options
author | joerg <joerg@pkgsrc.org> | 2015-08-16 11:40:32 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-08-16 11:40:32 +0000 |
commit | 391afd05d9699d5a2d9a03e0e9a0fbac3597d50d (patch) | |
tree | 801512913cfd03da1643109f7a39d243fe55e48b /misc | |
parent | 942cd70a8b4839b2860b16d75d8bf6282986dd5e (diff) | |
download | pkgsrc-391afd05d9699d5a2d9a03e0e9a0fbac3597d50d.tar.gz |
Really depend on py-sqlite3, various device plugins depend on it.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/calibre/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/calibre/Makefile b/misc/calibre/Makefile index 7ddfe0d5004..724fac1d02b 100644 --- a/misc/calibre/Makefile +++ b/misc/calibre/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.111 2015/08/14 18:15:08 wiz Exp $ +# $NetBSD: Makefile,v 1.112 2015/08/16 11:40:32 joerg Exp $ DISTNAME= calibre-2.35.0 CATEGORIES= misc @@ -13,7 +13,7 @@ COMMENT= E-book library management application LICENSE= gnu-gpl-v3 #DEPENDS+= help2man>=1.36.4:../../converters/help2man -#DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 +DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 DEPENDS+= xdg-utils>=1.0.2:../../misc/xdg-utils #DEPENDS+= poppler-utils-[0-9]*:../../print/poppler-utils DEPENDS+= ${PYPKGPREFIX}-lxml>=3.2.1:../../textproc/py-lxml |