pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/lnl



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue May  9 16:13:12 UTC 2017

Modified Files:
        pkgsrc/games/lnl: Makefile

Log Message:
Requires termcap.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/games/lnl/Makefile

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

Modified files:

Index: pkgsrc/games/lnl/Makefile
diff -u pkgsrc/games/lnl/Makefile:1.6 pkgsrc/games/lnl/Makefile:1.7
--- pkgsrc/games/lnl/Makefile:1.6       Tue Aug 18 07:31:08 2015
+++ pkgsrc/games/lnl/Makefile   Tue May  9 16:13:12 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2015/08/18 07:31:08 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2017/05/09 16:13:12 jperkin Exp $
 
 DISTNAME=      lnl-3.4.19
 PKGREVISION=   2
@@ -17,4 +17,5 @@ USE_LANGUAGES=                c c++
 CHECK_PORTABILITY_SKIP=        sh/*
 
 .include "../../mk/curses.buildlink3.mk"
+.include "../../mk/termcap.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index