svn commit: r336772 - branches/2014Q1/editors/vim

Baptiste Daroussin bapt at FreeBSD.org
Tue Dec 17 21:35:38 UTC 2013


Author: bapt
Date: Tue Dec 17 21:35:37 2013
New Revision: 336772
URL: http://svnweb.freebsd.org/changeset/ports/336772

Log:
  MFH: r336753
  
  Fix build after gtk update

Modified:
  branches/2014Q1/editors/vim/Makefile
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/editors/vim/Makefile
==============================================================================
--- branches/2014Q1/editors/vim/Makefile	Tue Dec 17 21:30:56 2013	(r336771)
+++ branches/2014Q1/editors/vim/Makefile	Tue Dec 17 21:35:37 2013	(r336772)
@@ -12,7 +12,7 @@ PORTNAME=	vim
 #		! PATCHLEVEL to that level.
 PATCHLEVEL=	110
 PORTVERSION=	7.4.${PATCHLEVEL}
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES?=	editors
 MASTER_SITES=	VIM
 DISTNAME=	${PORTNAME}-${PORTVERSION:R}
@@ -141,7 +141,7 @@ USE_XORG+=	xaw
 . if ${PORT_OPTIONS:MGTK2}
 USE_GNOME=	gtk20
 CONF_OPT_GUI="--enable-gui=gtk2 --with-gtk-prefix=${LOCALBASE}"
-MAKE_ARGS+=	X_LIBS="$(X_LIBS) -lXt"
+MAKE_ARGS+=	X_LIBS="$(X_LIBS) -lX11 -lXt"
 USE_XORG+=	xt
 . endif
 
@@ -149,7 +149,7 @@ USE_XORG+=	xt
 USE_GNOME=	libgnomeui
 PKGNAMESUFFIX=	-gnome2
 CONF_OPT_GUI=	"--enable-gui=gnome2"
-MAKE_ARGS+=	X_LIBS="$(X_LIBS) -lXt"
+MAKE_ARGS+=	X_LIBS="$(X_LIBS) -lX11 -lXt"
 USE_XORG+=	xt glproto
 . endif
 


More information about the svn-ports-branches mailing list