summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-07-22 10:33:31 +0000
committerjperkin <jperkin@pkgsrc.org>2016-07-22 10:33:31 +0000
commitb74b680f271b175f7bde7e59a323ac4f94db5fcb (patch)
treebe892193560349a0124fcb67aeb3abfa9b375b0a /editors
parent0ffbef738b19ae64d0333b85161b1c4607b246c1 (diff)
downloadpkgsrc-b74b680f271b175f7bde7e59a323ac4f94db5fcb.tar.gz
Uses C99 (isinf).
Diffstat (limited to 'editors')
-rw-r--r--editors/vim-share/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/vim-share/Makefile b/editors/vim-share/Makefile
index b4020a9ce9b..40f7d38e356 100644
--- a/editors/vim-share/Makefile
+++ b/editors/vim-share/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2016/07/03 13:20:59 morr Exp $
+# $NetBSD: Makefile,v 1.44 2016/07/22 10:33:31 jperkin Exp $
PKGNAME= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}
COMMENT= Data files for the vim editor (vi clone)
@@ -10,6 +10,7 @@ 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}