pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/lxde-common



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Jun 28 15:22:59 UTC 2017

Modified Files:
        pkgsrc/x11/lxde-common: Makefile

Log Message:
Requires msgfmt.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/lxde-common/Makefile

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

Modified files:

Index: pkgsrc/x11/lxde-common/Makefile
diff -u pkgsrc/x11/lxde-common/Makefile:1.2 pkgsrc/x11/lxde-common/Makefile:1.3
--- pkgsrc/x11/lxde-common/Makefile:1.2 Mon May 23 10:49:21 2016
+++ pkgsrc/x11/lxde-common/Makefile     Wed Jun 28 15:22:59 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/05/23 10:49:21 youri Exp $
+# $NetBSD: Makefile,v 1.3 2017/06/28 15:22:59 jperkin Exp $
 
 DISTNAME=      lxde-common-0.99.1
 CATEGORIES=    x11
@@ -10,7 +10,7 @@ HOMEPAGE=     http://lxde.sourceforge.net/
 COMMENT=       Default configuration settings and scripts for LXDE
 LICENSE=       gnu-gpl-v2
 
-USE_TOOLS+=    intltool pkg-config gmake
+USE_TOOLS+=    gmake intltool msgfmt pkg-config
 
 DEPENDS+=      dbus>=1:../../sysutils/dbus
 DEPENDS+=      gtk2-engines>=0:../../x11/gtk2-engines



Home | Main Index | Thread Index | Old Index