diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-07-25 10:51:37 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-07-25 10:51:37 +0000 |
commit | 18e407ac27a2274d9d0359c8f9b48c5bbbf926eb (patch) | |
tree | 6f3f8dffd509a7e11edd1787c416ecd9849048fc /editors | |
parent | 6cee17c92ae0995e550f46a3ecf35c87703122a6 (diff) | |
download | pkgsrc-18e407ac27a2274d9d0359c8f9b48c5bbbf926eb.tar.gz |
Move USE_LANGUAGES to Makefile.common, fixes non-share builds.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim-share/Makefile | 3 | ||||
-rw-r--r-- | editors/vim-share/Makefile.common | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/editors/vim-share/Makefile b/editors/vim-share/Makefile index 40f7d38e356..27f43ffa14e 100644 --- a/editors/vim-share/Makefile +++ b/editors/vim-share/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2016/07/22 10:33:31 jperkin Exp $ +# $NetBSD: Makefile,v 1.45 2016/07/25 10:51:37 jperkin Exp $ PKGNAME= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL} COMMENT= Data files for the vim editor (vi clone) @@ -10,7 +10,6 @@ CONFIGURE_ARGS+= --without-x BUILD_TARGET= vim INSTALL_TARGET= installruntime installmacros installtutor installtools -USE_LANGUAGES+= c99 USE_TOOLS+= awk INSTALL_MAKE_FLAGS+= ${MAKE_FLAGS} TOOLS_AWK=${TOOLS_AWK} TOOLS_SETENV=${TOOLS_SETENV} diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common index a97f5940652..7006bc559e3 100644 --- a/editors/vim-share/Makefile.common +++ b/editors/vim-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.152 2016/07/04 06:18:39 morr Exp $ +# $NetBSD: Makefile.common,v 1.153 2016/07/25 10:51:37 jperkin Exp $ # used by editors/vim/Makefile # used by editors/vim-gtk/Makefile @@ -24,6 +24,7 @@ CONFLICTS+= vim-kde-[0-9]* WRKSRC= ${WRKDIR}/${VIM_SUBDIR}/src GNU_CONFIGURE= yes +USE_LANGUAGES+= c99 # http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=38710 CHECK_INTERPRETER_SKIP= share/vim/vim74/tools/vim132 |