pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/xfburn



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri May 12 11:34:22 UTC 2017

Modified Files:
        pkgsrc/sysutils/xfburn: Makefile

Log Message:
Requires msgfmt.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/xfburn/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/xfburn/Makefile
diff -u pkgsrc/sysutils/xfburn/Makefile:1.4 pkgsrc/sysutils/xfburn/Makefile:1.5
--- pkgsrc/sysutils/xfburn/Makefile:1.4 Sun Feb 12 06:26:02 2017
+++ pkgsrc/sysutils/xfburn/Makefile     Fri May 12 11:34:22 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/02/12 06:26:02 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2017/05/12 11:34:22 jperkin Exp $
 
 DISTNAME=      xfburn-0.5.4
 PKGREVISION=   3
@@ -13,7 +13,7 @@ LICENSE=      gnu-gpl-v2
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
-USE_TOOLS+=    gmake intltool pkg-config
+USE_TOOLS+=    gmake intltool msgfmt pkg-config
 
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"



Home | Main Index | Thread Index | Old Index