pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/top



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue May  9 09:05:37 UTC 2017

Modified Files:
        pkgsrc/sysutils/top: Makefile

Log Message:
Requires termcap.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/sysutils/top/Makefile

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

Modified files:

Index: pkgsrc/sysutils/top/Makefile
diff -u pkgsrc/sysutils/top/Makefile:1.42 pkgsrc/sysutils/top/Makefile:1.43
--- pkgsrc/sysutils/top/Makefile:1.42   Fri Feb 26 10:24:14 2016
+++ pkgsrc/sysutils/top/Makefile        Tue May  9 09:05:37 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2016/02/26 10:24:14 jperkin Exp $
+# $NetBSD: Makefile,v 1.43 2017/05/09 09:05:37 jperkin Exp $
 
 DISTNAME=      top-3.6.1
 PKGREVISION=   1
@@ -27,4 +27,5 @@ CONFIGURE_ARGS.Darwin+=       --with-module=ma
 post-extract:
        ${CP} ${FILESDIR}/m_dragonfly.c ${WRKSRC}/machine
 
+.include "../../mk/termcap.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index