pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/ccid



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Aug  3 09:51:10 UTC 2024

Modified Files:
        pkgsrc/security/ccid: Makefile

Log Message:
ccid: Require autoconf-archive for successful configuration.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/security/ccid/Makefile

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

Modified files:

Index: pkgsrc/security/ccid/Makefile
diff -u pkgsrc/security/ccid/Makefile:1.46 pkgsrc/security/ccid/Makefile:1.47
--- pkgsrc/security/ccid/Makefile:1.46  Fri Jul  5 19:32:53 2024
+++ pkgsrc/security/ccid/Makefile       Sat Aug  3 09:51:10 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2024/07/05 19:32:53 adam Exp $
+# $NetBSD: Makefile,v 1.47 2024/08/03 09:51:10 nia Exp $
 
 DISTNAME=      ccid-1.6.1
 CATEGORIES=    security
@@ -21,6 +21,8 @@ GNU_CONFIGURE=                yes
 CONFIGURE_ARGS+=       --sharedstatedir=${VARBASE}
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 
+TOOL_DEPENDS+=         autoconf-archive-[0-9]*:../../devel/autoconf-archive
+
 OPSYSVARS+=            SOEXT
 SOEXT.Darwin=          dylib
 SOEXT.*=               so



Home | Main Index | Thread Index | Old Index