diff options
author | wiz <wiz@pkgsrc.org> | 2015-09-17 05:18:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-09-17 05:18:55 +0000 |
commit | ae15b226aa4bc36c2f5ff02bb215a81f9e7793a7 (patch) | |
tree | 46b67659fd0ebd654d6f596036cea67d61a139e2 /misc | |
parent | 9fa72463e81b12290b2ae7d630d11884d6b61658 (diff) | |
download | pkgsrc-ae15b226aa4bc36c2f5ff02bb215a81f9e7793a7.tar.gz |
Add missing dependency. Bump PKGREVISION.
From Shaun Smiley in PR 50250.
Diffstat (limited to 'misc')
-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 |