pkgsrc-WIP-changes archive

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

urlwatch: add missing dependencies



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Feb 4 15:34:25 2016 +0100
Changeset:	507af656955e205ddce88c1a37f07ba6245bf1e7

Modified Files:
	urlwatch/Makefile

Log Message:
urlwatch: add missing dependencies

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=507af656955e205ddce88c1a37f07ba6245bf1e7

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

diffstat:
 urlwatch/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/urlwatch/Makefile b/urlwatch/Makefile
index ced23f1..bd6f512 100644
--- a/urlwatch/Makefile
+++ b/urlwatch/Makefile
@@ -9,6 +9,9 @@ HOMEPAGE=	http://thp.io/2008/urlwatch/
 COMMENT=	Watch web pages and arbitrary URLs for changes
 LICENSE=	modified-bsd
 
+DEPENDS+=	${PYPKGPREFIX}-minidb-[0-9]*:../../wip/py-minidb
+DEPENDS+=	${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
+
 USE_LANGUAGES=	# none
 
 INSTALLATION_DIRS+=	${PKGMANDIR}/man1


Home | Main Index | Thread Index | Old Index