pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/subversion-base



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Thu Aug 24 18:27:33 UTC 2023

Modified Files:
        pkgsrc/devel/subversion-base: Makefile

Log Message:
subversion-base: USE_TOOLS+=msgmerge xgettext.


To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 pkgsrc/devel/subversion-base/Makefile

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

Modified files:

Index: pkgsrc/devel/subversion-base/Makefile
diff -u pkgsrc/devel/subversion-base/Makefile:1.135 pkgsrc/devel/subversion-base/Makefile:1.136
--- pkgsrc/devel/subversion-base/Makefile:1.135 Thu May 11 22:23:19 2023
+++ pkgsrc/devel/subversion-base/Makefile       Thu Aug 24 18:27:33 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.135 2023/05/11 22:23:19 wiz Exp $
+# $NetBSD: Makefile,v 1.136 2023/08/24 18:27:33 schmonz Exp $
 
 PKGNAME=       subversion-base-${SVNVER}
 PKGREVISION=   5
@@ -10,7 +10,7 @@ BROKEN_GETTEXT_DETECTION=     yes
 
 .include "../../devel/subversion/Makefile.common"
 
-USE_TOOLS+=            msgfmt pkg-config
+USE_TOOLS+=            msgfmt msgmerge xgettext pkg-config
 TOOLS_BROKEN+=         perl
 
 CONFIGURE_ARGS+=       --without-apxs



Home | Main Index | Thread Index | Old Index