From: Michael Tremer Date: Sat, 4 Sep 2010 11:09:00 +0000 (+0200) Subject: vim: Update package to be built with the new version of the buildsystem. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baab6528badfa61b9e76ad157f40fd1a7d4201d8;p=ipfire-3.x.git vim: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/vim/vim.nm b/pkgs/core/vim/vim.nm index 6d5985cab..c48075d53 100644 --- a/pkgs/core/vim/vim.nm +++ b/pkgs/core/vim/vim.nm @@ -34,7 +34,7 @@ PKG_URL = http://flex.sourceforge.net/ PKG_LICENSE = PublicDomain/Charityware PKG_SUMMARY = Very feature- and powerful editor. -PKG_DEPS += acl ncurses +PKG_BUILD_DEPS+= libacl-devel ncurses-devel define PKG_DESCRIPTION Vim is a highly configurable text editor built to enable efficient \ @@ -48,10 +48,6 @@ DIR_APP = $(DIR_SRC)/$(PKG_NAME)72 CONFIGURE_OPTIONS += --enable-multibyte -############################################################################### -# Installation Details -############################################################################### - define STAGE_PREPARE_CMDS cd $(DIR_APP) && echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h endef