diff options
author | jperkin <jperkin@pkgsrc.org> | 2017-06-28 15:22:59 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2017-06-28 15:22:59 +0000 |
commit | 02456a43d25b095be3a9d99a7022fdee5e91c4e1 (patch) | |
tree | d1e2beed9787e971ae83263954d4a194922f8c08 /x11 | |
parent | cbff12491250d231788cb3be9cc0ee6099a1538e (diff) | |
download | pkgsrc-02456a43d25b095be3a9d99a7022fdee5e91c4e1.tar.gz |
Requires msgfmt.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lxde-common/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/lxde-common/Makefile b/x11/lxde-common/Makefile index 944d87fb89d..cc021463fd9 100644 --- a/x11/lxde-common/Makefile +++ b/x11/lxde-common/Makefile @@ -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 |