diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:14:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:14:09 +0800 |
commit | eabec3797b4979142d4ab17e89dc56081c478eb3 (patch) | |
tree | 95a4fd9c394a50f1cbb2e164e989c0706c505162 /editors | |
parent | 1e644d6f7f309d93889ccc8998abdb747d30f443 (diff) | |
download | freebsd-ports-gnome-eabec3797b4979142d4ab17e89dc56081c478eb3.tar.gz freebsd-ports-gnome-eabec3797b4979142d4ab17e89dc56081c478eb3.tar.zst freebsd-ports-gnome-eabec3797b4979142d4ab17e89dc56081c478eb3.zip |
- Update RUN_DEPENDS: remove redundant LOCALBASE/bin
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim/Makefile | 4 |
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 |