]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
vim: Update package to be built with the new version of the buildsystem.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Sep 2010 11:09:00 +0000 (13:09 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Sep 2010 11:09:00 +0000 (13:09 +0200)
pkgs/core/vim/vim.nm

index 6d5985cabb292b959ff51435d5f9aaafa52cb9b5..c48075d534f91bebdee317f5c45f43a0d79702e4 100644 (file)
@@ -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