pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/gallery-dl



Module Name:    pkgsrc
Committed By:   leot
Date:           Mon Oct  1 20:07:23 UTC 2018

Modified Files:
        pkgsrc/net/gallery-dl: Makefile

Log Message:
gallery-dl: Add dependency to sqlite3


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/gallery-dl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/gallery-dl/Makefile
diff -u pkgsrc/net/gallery-dl/Makefile:1.21 pkgsrc/net/gallery-dl/Makefile:1.22
--- pkgsrc/net/gallery-dl/Makefile:1.21 Fri Sep 14 17:55:07 2018
+++ pkgsrc/net/gallery-dl/Makefile      Mon Oct  1 20:07:23 2018
@@ -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/galler
 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



Home | Main Index | Thread Index | Old Index