diff options
-rw-r--r-- | net/gallery-dl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gallery-dl/Makefile b/net/gallery-dl/Makefile index e253d606a19..0cace388009 100644 --- a/net/gallery-dl/Makefile +++ b/net/gallery-dl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2018/09/14 17:55:07 leot Exp $ +# $NetBSD: Makefile,v 1.22 2018/10/01 20:07:23 leot Exp $ DISTNAME= gallery_dl-1.5.3 PKGNAME= ${DISTNAME:S/_/-/} @@ -10,6 +10,7 @@ HOMEPAGE= https://github.com/mikf/gallery-dl COMMENT= Command-line program to download image galleries and collections LICENSE= gnu-gpl-v2 +DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 DEPENDS+= ${PYPKGPREFIX}-requests>=2.4.2:../../devel/py-requests USE_LANGUAGES= # none |