pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2017Q1]: pkgsrc/sysutils/libfm Pullup ticket #5416 - requested...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2892a99fd6ef
branches:  pkgsrc-2017Q1
changeset: 360409:2892a99fd6ef
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Mon Jun 05 09:14:41 2017 +0000

description:
Pullup ticket #5416 - requested by sevan
sysutils/libfm: build fix

Revisions pulled up:
- sysutils/libfm/Makefile                                       1.6

---
   Module Name:    pkgsrc
   Committed By:   jperkin
   Date:           Thu May 11 14:33:02 UTC 2017

   Modified Files:
           pkgsrc/sysutils/libfm: Makefile

   Log Message:
   Requires msgfmt.

diffstat:

 sysutils/libfm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 821b871d11ae -r 2892a99fd6ef sysutils/libfm/Makefile
--- a/sysutils/libfm/Makefile   Mon Jun 05 09:11:04 2017 +0000
+++ b/sysutils/libfm/Makefile   Mon Jun 05 09:14:41 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2017/02/12 06:24:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.5.2.1 2017/06/05 09:14:41 bsiegert Exp $
 #
 
 DISTNAME=      libfm-1.2.4
@@ -14,7 +14,7 @@
 
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
-USE_TOOLS+=            intltool pkg-config
+USE_TOOLS+=            intltool msgfmt pkg-config
 
 # needed for correct getgrgid_r() prototype
 CPPFLAGS.SunOS+=       -D_POSIX_PTHREAD_SEMANTICS



Home | Main Index | Thread Index | Old Index