diff options
author | dholland <dholland@pkgsrc.org> | 2014-01-05 05:37:32 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2014-01-05 05:37:32 +0000 |
commit | a02e798e8a60c99b77d091f5da1a1c7f6ec8ae19 (patch) | |
tree | f1a037cff9cf8920ecb3bbd6cd72777b3fd924ca /x11/lxsession | |
parent | 9c75eb3b97bb803dcf090d1dcfec27e5d58da5c3 (diff) | |
download | pkgsrc-a02e798e8a60c99b77d091f5da1a1c7f6ec8ae19.tar.gz |
Needs msgfmt, seen in freebsd build.
Diffstat (limited to 'x11/lxsession')
-rw-r--r-- | x11/lxsession/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/lxsession/Makefile b/x11/lxsession/Makefile index ddddb387aca..53bd8cbdb42 100644 --- a/x11/lxsession/Makefile +++ b/x11/lxsession/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2013/10/10 14:42:38 ryoon Exp $ +# $NetBSD: Makefile,v 1.8 2014/01/05 05:37:32 dholland Exp $ DISTNAME= lxsession-0.4.6.1 PKGREVISION= 7 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes INSTALLATION_DIRS= share/doc/lxsession -USE_TOOLS+= intltool pkg-config +USE_TOOLS+= intltool msgfmt pkg-config post-install: ${INSTALL_DATA} ${WRKSRC}/README \ |