pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/imsg-compat



Module Name:    pkgsrc
Committed By:   vins
Date:           Sun Jul 27 05:44:02 UTC 2025

Modified Files:
        pkgsrc/devel/imsg-compat: Makefile

Log Message:
imsg-compat: needs pkg-config


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/imsg-compat/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/imsg-compat/Makefile
diff -u pkgsrc/devel/imsg-compat/Makefile:1.4 pkgsrc/devel/imsg-compat/Makefile:1.5
--- pkgsrc/devel/imsg-compat/Makefile:1.4       Sat Jul 26 21:52:03 2025
+++ pkgsrc/devel/imsg-compat/Makefile   Sun Jul 27 05:44:02 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2025/07/26 21:52:03 vins Exp $
+# $NetBSD: Makefile,v 1.5 2025/07/27 05:44:02 vins Exp $
 
 DISTNAME=      imsg-compat-8.0.0
 PKGREVISION=   2
@@ -11,6 +11,8 @@ HOMEPAGE=     https://github.com/bsd-ac/imsg
 COMMENT=       Portable version of OpenBSD's imsg interface
 LICENSE=       isc
 
+USE_TOOLS+=    pkg-config
+
 PKGCONFIG_OVERRIDE+=   libimsg.pc.in
 
 CFLAGS.SunOS+= -D_XOPEN_SOURCE=600     # CMSG_ functions



Home | Main Index | Thread Index | Old Index