pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/tevent



Module Name:    pkgsrc
Committed By:   thor
Date:           Sun Jun  1 21:28:06 UTC 2025

Modified Files:
        pkgsrc/devel/tevent: Makefile

Log Message:
devel/tevent: tevent needs gettext


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/tevent/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/tevent/Makefile
diff -u pkgsrc/devel/tevent/Makefile:1.23 pkgsrc/devel/tevent/Makefile:1.24
--- pkgsrc/devel/tevent/Makefile:1.23   Thu Feb  6 14:31:55 2025
+++ pkgsrc/devel/tevent/Makefile        Sun Jun  1 21:28:06 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2025/02/06 14:31:55 adam Exp $
+# $NetBSD: Makefile,v 1.24 2025/06/01 21:28:06 thor Exp $
 
 DISTNAME=      tevent-0.16.2
 CATEGORIES=    devel
@@ -38,6 +38,7 @@ SUBST_FILES.docbook+= buildtools/wafsamb
 SUBST_STAGE.docbook=   pre-configure
 SUBST_SED.docbook+=    -e 's,http://docbook.sourceforge.net/release/xsl/current,${PREFIX}/share/xsl/docbook,g'
 
+.include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/cmocka/buildlink3.mk"
 BUILDLINK_API_DEPENDS.talloc+= talloc>=2.4.0
 .include "../../devel/talloc/buildlink3.mk"



Home | Main Index | Thread Index | Old Index