View | Details | Raw Unified | Return to bug 245460 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +4 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	vim
4
PORTNAME=	vim
5
PORTVERSION=	8.2.0491
5
PORTVERSION=	8.2.0491
6
PORTREVISION=	1
6
DISTVERSIONPREFIX=	v
7
DISTVERSIONPREFIX=	v
7
CATEGORIES=	editors
8
CATEGORIES=	editors
8
9
Lines 14-20 Link Here
14
LICENSE_FILE=	${WRKSRC}/runtime/doc/uganda.txt
15
LICENSE_FILE=	${WRKSRC}/runtime/doc/uganda.txt
15
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
16
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
16
17
17
USES=		cpe iconv ncurses pkgconfig shebangfix
18
USES=		cpe iconv desktop-file-utils ncurses pkgconfig shebangfix
18
USE_GITHUB=	yes
19
USE_GITHUB=	yes
19
20
20
CONFLICTS_INSTALL?=	vim-console vim-tiny
21
CONFLICTS_INSTALL?=	vim-console vim-tiny
Lines 95-100 Link Here
95
CONSOLE_PLIST_SUB=	GUI="@comment " DESKTOP="@comment "
96
CONSOLE_PLIST_SUB=	GUI="@comment " DESKTOP="@comment "
96
CONSOLE_VARS=		GUI=no
97
CONSOLE_VARS=		GUI=no
97
98
99
GNOME_CONFIGURE_ENABLE=	canberra
100
GNOME_LIB_DEPENDS=	libcanberra.so:audio/libcanberra
98
GNOME_PLIST_SUB=	GUI="" DESKTOP=""
101
GNOME_PLIST_SUB=	GUI="" DESKTOP=""
99
GNOME_IMPLIES=		NLS
102
GNOME_IMPLIES=		NLS
100
GNOME_USE=		GNOME=gdkpixbuf2,libgnomeui XORG=ice,sm,xorgproto,x11,xpm,xt
103
GNOME_USE=		GNOME=gdkpixbuf2,libgnomeui XORG=ice,sm,xorgproto,x11,xpm,xt

Return to bug 245460