pkgsrc-WIP-changes archive

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

screenfetch: Record (optional) dependencies: curl and scrot as mandatory



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Jul 19 00:36:54 2016 +0200
Changeset:	ddeaed4ea62f7803c03f660a5dcade6fe8352769

Modified Files:
	screenfetch/Makefile

Log Message:
screenfetch: Record (optional) dependencies: curl and scrot as mandatory

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

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

diffstat:
 screenfetch/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diffs:
diff --git a/screenfetch/Makefile b/screenfetch/Makefile
index d6c439c..8b78241 100644
--- a/screenfetch/Makefile
+++ b/screenfetch/Makefile
@@ -20,6 +20,10 @@ REPLACE_BASH+=	screenfetch-dev
 
 NO_BUILD=	yes
 
+# These are optional, however
+DEPENDS+=	curl-[0-9]*:../../www/curl
+DEPENDS+=	scrot-[0-9]*:../../graphics/scrot
+
 INSTALLATION_DIRS+=	bin ${PKGMANDIR}/man1
 
 do-install:


Home | Main Index | Thread Index | Old Index