aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-17 18:37:45 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-17 18:37:45 +0000
commit783e2a375cbff8195b822219d67e0b5b8ec40228 (patch)
tree09ea7d3918ca7f602d625ecb869f7cf4c2881837 /editors
parentbbbe317b1da3c071b9eb880202e4d57cdab8aeb5 (diff)
downloadports-783e2a375cbff8195b822219d67e0b5b8ec40228.tar.gz
ports-783e2a375cbff8195b822219d67e0b5b8ec40228.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/vim/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index ae302d974252..11f4af8f864f 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -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