pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/chktex



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue May  9 12:24:45 UTC 2017

Modified Files:
        pkgsrc/print/chktex: Makefile

Log Message:
Requires termcap.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/print/chktex/Makefile

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

Modified files:

Index: pkgsrc/print/chktex/Makefile
diff -u pkgsrc/print/chktex/Makefile:1.30 pkgsrc/print/chktex/Makefile:1.31
--- pkgsrc/print/chktex/Makefile:1.30   Sun Dec 25 19:02:44 2016
+++ pkgsrc/print/chktex/Makefile        Tue May  9 12:24:45 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2016/12/25 19:02:44 markd Exp $
+# $NetBSD: Makefile,v 1.31 2017/05/09 12:24:45 jperkin Exp $
 
 DISTNAME=      chktex-1.7.6
 CATEGORIES=    print
@@ -29,4 +29,5 @@ CONFIGURE_ARGS+=      --sysconfdir=${PKG_SYSC
 INSTALLATION_DIRS+=    ${EGDIR}
 
 .include "../../devel/pcre/buildlink3.mk"
+.include "../../mk/termcap.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index