aboutsummaryrefslogtreecommitdiff
path: root/editors/vim/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-04 20:14:09 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-04 20:14:09 +0000
commit72a2854fb8d03cd92ec6d34cb265e0900599a6ab (patch)
tree95a4fd9c394a50f1cbb2e164e989c0706c505162 /editors/vim/Makefile
parentaba2649b2a05575d5a137d43e958cc7ab12dbde7 (diff)
downloadports-72a2854fb8d03cd92ec6d34cb265e0900599a6ab.tar.gz
ports-72a2854fb8d03cd92ec6d34cb265e0900599a6ab.zip
- Update RUN_DEPENDS: remove redundant LOCALBASE/bin
Notes
Notes: svn path=/head/; revision=400794
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r--editors/vim/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 8c18bb5a0e0f..1e66cca3901c 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -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