pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/qsubst



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 11:14:42 UTC 2021

Modified Files:
        pkgsrc/textproc/qsubst: Makefile

Log Message:
qsubst: needs termcap


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/qsubst/Makefile

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

Modified files:

Index: pkgsrc/textproc/qsubst/Makefile
diff -u pkgsrc/textproc/qsubst/Makefile:1.13 pkgsrc/textproc/qsubst/Makefile:1.14
--- pkgsrc/textproc/qsubst/Makefile:1.13        Mon May  4 14:25:52 2020
+++ pkgsrc/textproc/qsubst/Makefile     Fri May 14 11:14:42 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2020/05/04 14:25:52 nia Exp $
+# $NetBSD: Makefile,v 1.14 2021/05/14 11:14:42 nia Exp $
 #
 
 DISTNAME=      qsubst-20010422
@@ -17,4 +17,5 @@ BUILDLINK_TRANSFORM+= rm:-Werror
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
 
+.include "../../mk/termcap.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index