pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/vim-gtk2
Module Name: pkgsrc
Committed By: wiz
Date: Mon Nov 13 18:47:13 UTC 2023
Modified Files:
pkgsrc/editors/vim-gtk2: Makefile
Log Message:
vim-gtk2: remove support for (default-off) gnome option
Uses Gnome 2.
To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/editors/vim-gtk2/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-gtk2/Makefile
diff -u pkgsrc/editors/vim-gtk2/Makefile:1.109 pkgsrc/editors/vim-gtk2/Makefile:1.110
--- pkgsrc/editors/vim-gtk2/Makefile:1.109 Sun Nov 12 13:21:18 2023
+++ pkgsrc/editors/vim-gtk2/Makefile Mon Nov 13 18:47:13 2023
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.109 2023/11/12 13:21:18 wiz Exp $
+# $NetBSD: Makefile,v 1.110 2023/11/13 18:47:13 wiz Exp $
PKGNAME= vim-gtk2-${VIM_VERSION}.${VIM_PATCHLEVEL}
PKGREVISION= 4
COMMENT= Vim editor (vi clone) with X11 GTK2 GUI
-PKG_SUPPORTED_OPTIONS+= gnome
-
.include "../../editors/vim-share/Makefile.common"
@@ -14,12 +12,7 @@ DEPENDS+= vim-share-${VIM_VERSION}.${VI
CONFLICTS+= vim-[0-9]* vim-gtk3-[0-9]* vim-motif-[0-9]*
CONFIGURE_ARGS+= --with-tlib=${BUILDLINK_LIBNAME.termcap}
-
-.if !empty(PKG_OPTIONS:Mgnome)
-CONFIGURE_ARGS+= --enable-gui=gnome2
-.else
CONFIGURE_ARGS+= --enable-gui=gtk2
-.endif
USE_TOOLS+= pkg-config
@@ -43,9 +36,6 @@ post-install:
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
-.if !empty(PKG_OPTIONS:Mgnome)
-. include "../../devel/libgnomeui/buildlink3.mk"
-.endif
.include "../../x11/libXpm/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index