pkgsrc-WIP-changes archive

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

lightdm: require gettext-tools for build



Module Name:	pkgsrc-wip
Committed By:	Thomas Merkel <tm%core.io@localhost>
Pushed By:	drscream
Date:		Tue Oct 9 11:09:50 2018 +0200
Changeset:	0eb0c9b75ab724a052a57d0e20d21131dc032c37

Modified Files:
	lightdm/Makefile

Log Message:
lightdm: require gettext-tools for build

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

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

diffstat:
 lightdm/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/lightdm/Makefile b/lightdm/Makefile
index 3dd11e8338..87c7ac6c31 100644
--- a/lightdm/Makefile
+++ b/lightdm/Makefile
@@ -60,6 +60,7 @@ post-install:
 
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/gobject-introspection/buildlink3.mk"
+.include "../../devel/gettext-tools/buildlink3.mk"
 .include "../../security/openpam/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXdmcp/buildlink3.mk"


Home | Main Index | Thread Index | Old Index