pkgsrc-WIP-changes archive

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

cinnamon: Add missing dependencies.



Module Name:	pkgsrc-wip
Committed By:	Jonathan Perkin <jperkin%joyent.com@localhost>
Pushed By:	jperkin
Date:		Tue Aug 7 14:31:10 2018 +0100
Changeset:	f2fab419692f219ba09faaffc4a03eb06b40bc2e

Modified Files:
	cinnamon/Makefile

Log Message:
cinnamon: 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=f2fab419692f219ba09faaffc4a03eb06b40bc2e

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

diffstat:
 cinnamon/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/cinnamon/Makefile b/cinnamon/Makefile
index 50fbb55d5b..b74a10aa59 100644
--- a/cinnamon/Makefile
+++ b/cinnamon/Makefile
@@ -16,7 +16,7 @@ NOT_PAX_MPROTECT_SAFE=	bin/cinnamon
 PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 USE_LIBTOOL=	yes
-USE_TOOLS+=	gmake bash pkg-config automake intltool
+USE_TOOLS+=	gmake bash pkg-config automake intltool xgettext
 USE_LANGUAGES=	c c++
 
 GNU_CONFIGURE=		yes
@@ -97,6 +97,7 @@ DEPENDS+=	gnome-icon-theme-[0-9]*:../../graphics/gnome-icon-theme
 #DEPENDS+=	gnome-terminal->=3.0.0:../../cinnamon/gnome-terminal
 DEPENDS+=	mate-polkit-[0-9]*:../../security/mate-polkit
 DEPENDS+=	mozilla-rootcerts-openssl-[0-9]*:../../security/mozilla-rootcerts-openssl
+BUILD_DEPENDS+=	gettext-m4>=0.14.6:../../devel/gettext-m4
 
 .include "../../lang/python/application.mk"
 .include "../../devel/glib2/schemas.mk"


Home | Main Index | Thread Index | Old Index