pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/kermit



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Aug 11 09:16:10 UTC 2023

Modified Files:
        pkgsrc/comms/kermit: Makefile

Log Message:
kermit: Explicitly depend on pam.


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/comms/kermit/Makefile

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

Modified files:

Index: pkgsrc/comms/kermit/Makefile
diff -u pkgsrc/comms/kermit/Makefile:1.97 pkgsrc/comms/kermit/Makefile:1.98
--- pkgsrc/comms/kermit/Makefile:1.97   Mon May 23 03:18:45 2022
+++ pkgsrc/comms/kermit/Makefile        Fri Aug 11 09:16:10 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2022/05/23 03:18:45 dholland Exp $
+# $NetBSD: Makefile,v 1.98 2023/08/11 09:16:10 nia Exp $
 
 DISTNAME=      cku302
 PKGNAME=       kermit-9.0.302
@@ -71,4 +71,5 @@ BUILD_TARGET_OPSYS=   netbsd
 
 BUILD_TARGET=  ${BUILD_TARGET_OPSYS}${BUILD_TARGET_OPTIONS:ts}
 
+.include "../../mk/pam.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index