svn commit: r400794 - head/editors/vim

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 4 20:14:10 UTC 2015


Author: sunpoet
Date: Wed Nov  4 20:14:09 2015
New Revision: 400794
URL: https://svnweb.freebsd.org/changeset/ports/400794

Log:
  - Update RUN_DEPENDS: remove redundant LOCALBASE/bin

Modified:
  head/editors/vim/Makefile

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Wed Nov  4 20:14:05 2015	(r400793)
+++ head/editors/vim/Makefile	Wed Nov  4 20:14:09 2015	(r400794)
@@ -71,8 +71,8 @@ ATHENA_USE=		XORG=xaw
 CONSOLE_MAKE_ARGS=	CONF_OPT_GUI="--enable-gui=no --without-x"
 CONSOLE_PLIST_SUB=	GUI="@comment "
 CSCOPE_MAKE_ARGS=	CONF_OPT_CSCOPE=--enable-cscope
-CSCOPE_RUN_DEPENDS=	${LOCALBASE}/bin/cscope:${PORTSDIR}/devel/cscope
-EXUBERANT_CTAGS_RUN_DEPENDS=	${LOCALBASE}/bin/exctags:${PORTSDIR}/devel/ctags
+CSCOPE_RUN_DEPENDS=	cscope:${PORTSDIR}/devel/cscope
+EXUBERANT_CTAGS_RUN_DEPENDS=	exctags:${PORTSDIR}/devel/ctags
 GNOME_MAKE_ARGS=	CONF_OPT_GUI=--enable-gui=gnome2 X_LIBS="$(X_LIBS) -lX11 -lXpm -lXt"
 GNOME_PLIST_SUB=	GUI=""
 GNOME_USE=		GNOME=libgnomeui XORG=glproto,xpm,xt


More information about the svn-ports-all mailing list