pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/mm



Module Name:    pkgsrc
Committed By:   cheusov
Date:           Thu Jul  4 20:18:37 UTC 2024

Modified Files:
        pkgsrc/mail/mm: Makefile

Log Message:
USE_TOOLS += m4


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/mm/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/mm/Makefile
diff -u pkgsrc/mail/mm/Makefile:1.1 pkgsrc/mail/mm/Makefile:1.2
--- pkgsrc/mail/mm/Makefile:1.1 Thu Dec 15 12:50:51 2022
+++ pkgsrc/mail/mm/Makefile     Thu Jul  4 20:18:37 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/12/15 12:50:51 vins Exp $
+# $NetBSD: Makefile,v 1.2 2024/07/04 20:18:37 cheusov Exp $
 
 DISTNAME=      mm-0.96.0.14
 CATEGORIES=    mail
@@ -10,7 +10,7 @@ HOMEPAGE=     https://www.kermitproject.org/
 COMMENT=       UNIX reimplementation of the TOPS-20 MM program
 LICENSE=       modified-bsd
 
-USE_TOOLS+=    pax
+USE_TOOLS+=    pax m4
 
 MAKE_FLAGS+=   OPT=${CFLAGS:Q}
 MAKE_FLAGS+=   LDFLAGS=${LDFLAGS:Q}



Home | Main Index | Thread Index | Old Index