aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2012-08-18 00:12:49 +0800
committerobrien <obrien@FreeBSD.org>2012-08-18 00:12:49 +0800
commit9175bbf645edcccaee18d369efe1e1ebd7c6b6cc (patch)
treeb1504bc6f84437a7e4c7651f5a277e7d46187fe3
parent804bf0430cf88c1babb045cfcc033f906fbb2469 (diff)
downloadfreebsd-ports-gnome-9175bbf645edcccaee18d369efe1e1ebd7c6b6cc.tar.gz
freebsd-ports-gnome-9175bbf645edcccaee18d369efe1e1ebd7c6b6cc.tar.zst
freebsd-ports-gnome-9175bbf645edcccaee18d369efe1e1ebd7c6b6cc.zip
Fix GNU configure problem with building "WITH_GNOME2".
Submitted by: dougb Reported by: David Demelier <demelier.david@gmail.com>
-rw-r--r--editors/vim/Makefile2
1 files changed, 1 insertions, 1 deletions
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}