pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/libfm



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.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/libfm/Makefile

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

Modified files:

Index: pkgsrc/sysutils/libfm/Makefile
diff -u pkgsrc/sysutils/libfm/Makefile:1.5 pkgsrc/sysutils/libfm/Makefile:1.6
--- pkgsrc/sysutils/libfm/Makefile:1.5  Sun Feb 12 06:24:50 2017
+++ pkgsrc/sysutils/libfm/Makefile      Thu May 11 14:33:02 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2017/02/12 06:24:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2017/05/11 14:33:02 jperkin Exp $
 #
 
 DISTNAME=      libfm-1.2.4
@@ -14,7 +14,7 @@ LICENSE=      gnu-gpl-v2
 
 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