From ef125b2d6b642aa4397d22b05b3dc0b30e322c23 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 4 Feb 2004 05:25:22 +0000 Subject: Set {WANT,USE}_GNOME correctly to make these ports compatible with the new bsd.port.mk. Submitted by: kris --- editors/vim/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'editors/vim') diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 7f113b173514..5c401a787b39 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -54,6 +54,8 @@ MLINKS+= vim.1 gvim.1 vim.1 gview.1 vim.1 rgvim.1 vim.1 rgview.1 \ eview.1 gvimdiff.1 .endif +WANT_GNOME= yes + .include .if !defined(LITE) -- cgit