pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/vim-lang



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 14:19:45 UTC 2021

Modified Files:
        pkgsrc/editors/vim-lang: Makefile

Log Message:
vim-lang: needs termcap


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/editors/vim-lang/Makefile

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

Modified files:

Index: pkgsrc/editors/vim-lang/Makefile
diff -u pkgsrc/editors/vim-lang/Makefile:1.21 pkgsrc/editors/vim-lang/Makefile:1.22
--- pkgsrc/editors/vim-lang/Makefile:1.21       Wed Oct 23 07:32:58 2019
+++ pkgsrc/editors/vim-lang/Makefile    Fri May 14 14:19:44 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2019/10/23 07:32:58 morr Exp $
+# $NetBSD: Makefile,v 1.22 2021/05/14 14:19:44 nia Exp $
 
 PKGNAME=       vim-lang-${VIM_VERSION}.${VIM_PATCHLEVEL}
 
@@ -17,4 +17,5 @@ PLIST_SUBST+= VIM_SUBDIR=${VIM_SUBDIR}
 BUILDLINK_DEPMETHOD.gettext-lib?=      build
 
 .include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../mk/termcap.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index