diff options
-rw-r--r-- | misc/py-anki2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/py-anki2/Makefile b/misc/py-anki2/Makefile index bdd459dd64a..a1b191d8fc7 100644 --- a/misc/py-anki2/Makefile +++ b/misc/py-anki2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2015/04/02 22:40:25 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2015/09/17 05:18:55 wiz Exp $ DISTNAME= anki-2.0.32 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:C/anki/anki2/} +PKGREVISION= 1 CATEGORIES= misc x11 MASTER_SITES= http://ankisrs.net/download/mirror/ EXTRACT_SUFX= .tgz @@ -12,6 +13,7 @@ COMMENT= Flashcard learning program (v2) LICENSE= gnu-gpl-v3 DEPENDS+= ${PYPKGPREFIX}-qt4>=4.4:../../x11/py-qt4 +DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 # Actually, these hurt more than they help. # anki comes with its own version of the two, and if the pkgsrc versions # are newer, it might break |