pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/openarc



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Aug 24 22:10:25 UTC 2025

Modified Files:
        pkgsrc/mail/openarc: Makefile

Log Message:
openarc/Makefile: USE_TOOLS for pkg-config


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/mail/openarc/Makefile

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

Modified files:

Index: pkgsrc/mail/openarc/Makefile
diff -u pkgsrc/mail/openarc/Makefile:1.5 pkgsrc/mail/openarc/Makefile:1.6
--- pkgsrc/mail/openarc/Makefile:1.5    Mon Jun 16 16:17:05 2025
+++ pkgsrc/mail/openarc/Makefile        Sun Aug 24 22:10:25 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2025/06/16 16:17:05 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2025/08/24 22:10:25 taca Exp $
 
 DISTNAME=      openarc-20180921
 PKGREVISION=   3
@@ -12,13 +12,10 @@ HOMEPAGE=   https://github.com/trusteddoma
 COMMENT=       Open source ARC library, MTA filter implementation and tools
 LICENSE=       modified-bsd
 
-# for m4 file
-TOOL_DEPENDS+= pkg-config-[0-9]*:../../devel/pkg-config
-
 RCD_SCRIPTS=   openarc
 
 USE_LIBTOOL=   yes
-USE_TOOLS+=    aclocal autoconf automake
+USE_TOOLS+=    aclocal autoconf automake pkg-config
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}



Home | Main Index | Thread Index | Old Index