Thu Feb 29 19:37:26 2024 UTC (88d)
vim-motif: bump revision after last commit

PR pkg/57901


(bsiegert)
diff -r1.44 -r1.45 pkgsrc/editors/vim-motif/Makefile

cvs diff -r1.44 -r1.45 pkgsrc/editors/vim-motif/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/vim-motif/Makefile 2024/02/29 19:33:31 1.44
+++ pkgsrc/editors/vim-motif/Makefile 2024/02/29 19:37:26 1.45
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.44 2024/02/29 19:33:31 bsiegert Exp $ 1# $NetBSD: Makefile,v 1.45 2024/02/29 19:37:26 bsiegert Exp $
2 2
3PKGNAME= vim-motif-${VIM_VERSION}.${VIM_PATCHLEVEL} 3PKGNAME= vim-motif-${VIM_VERSION}.${VIM_PATCHLEVEL}
 4PKGREVISION= 1
4 5
5COMMENT= Vim editor (vi clone) with X11 Motif GUI 6COMMENT= Vim editor (vi clone) with X11 Motif GUI
6 7
7.include "../../editors/vim-share/Makefile.common" 8.include "../../editors/vim-share/Makefile.common"
8 9
9DEPENDS+= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}{,nb*}:../../editors/vim-share 10DEPENDS+= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}{,nb*}:../../editors/vim-share
10CONFLICTS+= vim-[0-9]* vim-gtk2-[0-9]* vim-gtk3-[0-9]* 11CONFLICTS+= vim-[0-9]* vim-gtk2-[0-9]* vim-gtk3-[0-9]*
11 12
12CONFIGURE_ARGS+= --enable-gui=motif 13CONFIGURE_ARGS+= --enable-gui=motif
13CONFIGURE_ARGS+= GUI_INC_LOC=-I${MOTIFBASE:Q}/include 14CONFIGURE_ARGS+= GUI_INC_LOC=-I${MOTIFBASE:Q}/include
14CONFIGURE_ARGS+= GUI_LIB_LOC=-L${MOTIFBASE:Q}/lib 15CONFIGURE_ARGS+= GUI_LIB_LOC=-L${MOTIFBASE:Q}/lib
15CONFIGURE_ARGS+= --with-tlib=${BUILDLINK_LIBNAME.termcap} 16CONFIGURE_ARGS+= --with-tlib=${BUILDLINK_LIBNAME.termcap}
16 17