pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/dwdiff



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Dec 13 13:04:17 UTC 2021

Modified Files:
        pkgsrc/textproc/dwdiff: Makefile

Log Message:
dwdiff: Add missing dependency on gettext tools.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/dwdiff/Makefile

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

Modified files:

Index: pkgsrc/textproc/dwdiff/Makefile
diff -u pkgsrc/textproc/dwdiff/Makefile:1.6 pkgsrc/textproc/dwdiff/Makefile:1.7
--- pkgsrc/textproc/dwdiff/Makefile:1.6 Wed Dec  8 16:06:43 2021
+++ pkgsrc/textproc/dwdiff/Makefile     Mon Dec 13 13:04:17 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2021/12/08 16:06:43 adam Exp $
+# $NetBSD: Makefile,v 1.7 2021/12/13 13:04:17 nia Exp $
 
 DISTNAME=      dwdiff-2.1.3
 PKGREVISION=   2
@@ -14,6 +14,7 @@ LICENSE=      gnu-gpl-v3
 GNU_CONFIGURE=         yes
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            pkg-config
+USE_TOOLS+=            msgfmt msgmerge xgettext
 MAKE_FLAGS+=           mandir=${PREFIX}/${PKGMANDIR}
 
 .include "../../devel/gettext-lib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index