pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/opendmarc



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Oct 22 15:21:07 UTC 2024

Modified Files:
        pkgsrc/mail/opendmarc: Makefile

Log Message:
mail/opendmarc: Require pkg-config to build


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/mail/opendmarc/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/opendmarc/Makefile
diff -u pkgsrc/mail/opendmarc/Makefile:1.31 pkgsrc/mail/opendmarc/Makefile:1.32
--- pkgsrc/mail/opendmarc/Makefile:1.31 Tue Oct 24 22:09:48 2023
+++ pkgsrc/mail/opendmarc/Makefile      Tue Oct 22 15:21:06 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2023/10/24 22:09:48 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2024/10/22 15:21:06 ryoon Exp $
 
 DISTNAME=      rel-${PKGNAME_NOREV:C/\./-/g}
 PKGNAME=       opendmarc-1.4.2
@@ -19,7 +19,7 @@ DEPENDS+=     p5-Switch-[0-9]*:../../lang/p5
 DEPENDS+=      p5-HTTP-Message-[0-9]*:../../www/p5-HTTP-Message
 
 USE_LIBTOOL=   yes
-USE_TOOLS+=    perl autoconf automake
+USE_TOOLS+=    perl autoconf automake pkg-config
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}



Home | Main Index | Thread Index | Old Index