mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
many: Depend on vim instead of vim-console
This commit is contained in:
parent
edb2de7b63
commit
58f45200bc
@ -12,7 +12,7 @@ LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= lv2>0:audio/lv2 \
|
||||
xxd:editors/vim-console
|
||||
xxd:editors/vim
|
||||
LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth
|
||||
|
||||
USES= compiler:c++11-lang gettext-runtime gmake gnome localbase pkgconfig xorg
|
||||
|
@ -10,7 +10,7 @@ COMMENT= Virtual MIDI keyboard
|
||||
LICENSE= BSD0CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= xxd:editors/vim-console
|
||||
BUILD_DEPENDS= xxd:editors/vim
|
||||
LIB_DEPENDS= libasound.so:audio/alsa-lib \
|
||||
libfluidsynth.so:audio/fluidsynth \
|
||||
libjack.so:audio/jack \
|
||||
|
@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
BUILD_DEPENDS= lv2>0:audio/lv2 \
|
||||
bash:shells/bash \
|
||||
${LOCALBASE}/include/fftw3.h:math/fftw3 \
|
||||
xxd:editors/vim-console
|
||||
xxd:editors/vim
|
||||
LIB_DEPENDS= libfftw3f.so:math/fftw3-float
|
||||
|
||||
USES= compiler:c++0x gl gmake gnome pkgconfig shebangfix xorg
|
||||
|
@ -15,7 +15,7 @@ COMMENT= Open-source backup tool for InnoDB and XtraDB
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= xxd:editors/vim-console \
|
||||
BUILD_DEPENDS= xxd:editors/vim \
|
||||
boost-libs>=1.72.0:devel/boost-libs \
|
||||
protobuf>=3.0:devel/protobuf \
|
||||
rapidjson>=1.1.0:devel/rapidjson \
|
||||
|
@ -30,7 +30,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
IGNORE_DragonFly= requires linuxulator for Android NDK
|
||||
|
||||
BUILD_DEPENDS= xxd:editors/vim-console \
|
||||
BUILD_DEPENDS= xxd:editors/vim \
|
||||
${BASH_CMD}:shells/${BASH_CMD:T}
|
||||
RUN_DEPENDS= adb:devel/android-tools-adb
|
||||
|
||||
|
@ -17,7 +17,7 @@ RUN_DEPENDS= rubygem-highline1>=1.6.1:devel/rubygem-highline1 \
|
||||
rubygem-sequel>=3.24.1:devel/rubygem-sequel \
|
||||
rubygem-sqlite3>=1.3.3:databases/rubygem-sqlite3 \
|
||||
rubygem-versionomy>=0.4.4:devel/rubygem-versionomy \
|
||||
vim:editors/vim-console
|
||||
vim:editors/vim
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
|
@ -9,7 +9,7 @@ COMMENT= Framework for reliable, reproducible, portable molecular simulations
|
||||
LICENSE= CDDL
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.CDDL
|
||||
|
||||
BUILD_DEPENDS= xxd:editors/vim-console
|
||||
BUILD_DEPENDS= xxd:editors/vim
|
||||
|
||||
USES= cmake:noninja fortran tar:txz
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -9,7 +9,7 @@ COMMENT= Open Knowledgebase of Interatomic Models
|
||||
LICENSE= CDDL
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= xxd:editors/vim-console
|
||||
BUILD_DEPENDS= xxd:editors/vim
|
||||
LIB_DEPENDS= libkim-api.so:science/kim-api
|
||||
|
||||
USES= cmake:noninja compiler:c++11-lang fortran tar:txz
|
||||
|
@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
|
||||
BROKEN_i386= undefined reference to `__atomic_load'
|
||||
|
||||
BUILD_DEPENDS= bash:shells/bash \
|
||||
xxd:editors/vim-console
|
||||
xxd:editors/vim
|
||||
RUN_DEPENDS= bash:shells/bash
|
||||
|
||||
USES= autoreconf compiler:c++11-lang gmake pkgconfig shebangfix
|
||||
|
@ -7,7 +7,7 @@ COMMENT= Threaded Intel AMT/vPro mass management tool
|
||||
|
||||
LICENSE= CC-BY-3.0
|
||||
|
||||
BUILD_DEPENDS= xxd:editors/vim-console
|
||||
BUILD_DEPENDS= xxd:editors/vim
|
||||
LIB_DEPENDS+= libgcrypt.so:security/libgcrypt \
|
||||
libcurl.so:ftp/curl
|
||||
|
||||
|
@ -22,14 +22,12 @@ OPTIONS_DEFINE= DOCS
|
||||
OPTIONS_SINGLE= BACKEND
|
||||
OPTIONS_DEFAULT=VIM
|
||||
|
||||
OPTIONS_SINGLE_BACKEND= NEOVIM VIM VIMCONSOLE
|
||||
OPTIONS_SINGLE_BACKEND= NEOVIM VIM
|
||||
BACKEND_DESC= Choose your Vim backend
|
||||
NEOVIM_DESC= NeoVim
|
||||
VIM_DESC= Full Vim (vim)
|
||||
VIMCONSOLE_DESC=Console-only Vim (vim-console)
|
||||
VIM_DESC= Vim
|
||||
|
||||
NEOVIM_RUN_DEPENDS= nvim:editors/neovim
|
||||
VIM_RUN_DEPENDS= vim:editors/vim
|
||||
VIMCONSOLE_RUN_DEPENDS= vim:editors/vim-console
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user