pkgsrc-WIP-changes archive

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

wyeb-git: add dependencies for default configuration



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sun Nov 11 10:23:42 2018 +0200
Changeset:	be40ffc191ed250e9584bd372be564e9b023c8fc

Modified Files:
	wyeb-git/Makefile

Log Message:
wyeb-git: add dependencies for default configuration

wyeb can be configured to work without these dependencies,
but the default configuration uses these programs.

Maybe the dependencies should be optional?

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

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

diffstat:
 wyeb-git/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diffs:
diff --git a/wyeb-git/Makefile b/wyeb-git/Makefile
index 310ef60e67..1d99684685 100644
--- a/wyeb-git/Makefile
+++ b/wyeb-git/Makefile
@@ -25,6 +25,10 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/wyeb.desktop ${DESTDIR}${PREFIX}/share/applications/
 	${INSTALL_DATA} ${WRKSRC}/wyeb.png ${DESTDIR}${PREFIX}/share/pixmaps/
 
+# only used in main configuration file, should these dependencies be optional?
+DEPENDS+=	p5-File-MimeInfo-[0-9]*:../../devel/p5-File-MimeInfo
+.include "../../textproc/discount/buildlink3.mk"
+
 .include "../../www/webkit-gtk/buildlink3.mk"
 .include "../../wip/mk/git-package.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index