From 9175bbf645edcccaee18d369efe1e1ebd7c6b6cc Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 17 Aug 2012 16:12:49 +0000 Subject: Fix GNU configure problem with building "WITH_GNOME2". Submitted by: dougb Reported by: David Demelier --- editors/vim/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/vim/Makefile') diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 59c778facb70..fb3a9d61d178 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -156,7 +156,7 @@ USE_GNOME= libgnomeui PKGNAMESUFFIX= -gnome2 MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=gnome2" ${I18N} MAKE_ARGS+= X_LIBS="$(X_LIBS) -lXt" -USE_XORG+= xt +USE_XORG+= xt glproto . elif defined(WITH_MOTIF) USE_MOTIF= yes MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=motif --with-motif-lib=\"${MOTIFLIB}\"" MOTIFHOME=${LOCALBASE} ${I18N} -- cgit