pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/phone



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat May 15 11:55:46 UTC 2021

Modified Files:
        pkgsrc/chat/phone: Makefile

Log Message:
phone: needs curses


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/chat/phone/Makefile

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

Modified files:

Index: pkgsrc/chat/phone/Makefile
diff -u pkgsrc/chat/phone/Makefile:1.8 pkgsrc/chat/phone/Makefile:1.9
--- pkgsrc/chat/phone/Makefile:1.8      Mon Nov 30 12:26:07 2020
+++ pkgsrc/chat/phone/Makefile  Sat May 15 11:55:45 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2020/11/30 12:26:07 nia Exp $
+# $NetBSD: Makefile,v 1.9 2021/05/15 11:55:45 nia Exp $
 
 DISTNAME=      phone-2.0
 PKGREVISION=   4
@@ -23,4 +23,5 @@ post-install:
        ${INSTALL_MAN} ${WRKSRC}/phone.1 \
                ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/phone.1
 
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index