aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vim/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-06-11 08:10:11 +0800
committerobrien <obrien@FreeBSD.org>2004-06-11 08:10:11 +0800
commit29c1ac2d8ca80223a50a4f8d922d3696d280ffc2 (patch)
tree6669ad2f0e3348078a19bdb6542605ed3c9c5a84 /editors/vim/Makefile
parente37de56cdb1fbb6035c52e354c8c50dd0aad15dd (diff)
downloadfreebsd-ports-gnome-29c1ac2d8ca80223a50a4f8d922d3696d280ffc2.tar.gz
freebsd-ports-gnome-29c1ac2d8ca80223a50a4f8d922d3696d280ffc2.tar.zst
freebsd-ports-gnome-29c1ac2d8ca80223a50a4f8d922d3696d280ffc2.zip
Respect ${CC}.
PR: 67774 Submitted by: michael johnson <ahze@ahze.net>
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r--editors/vim/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 9fce8e5f06e2..76e294b30ce3 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -42,6 +42,7 @@ WRKSRC= ${WRKDIR}/vim${PORTVERSION:C/\.[0-9]*$//:S/.//g}/src
PATCH_DIST_ARGS= -d ${WRKSRC:S/src$//} --batch --forward --quiet -E ${PATCH_DIST_STRIP}
# consider
#PATCH_DIST_ARGS= -t
+MAKE_ARGS+= CC="${CC}"
MAKE_ARGS+= CONF_ARGS="--prefix=${PREFIX} --with-tlib=termlib ${CSCOPE_ARG}"
ALL_TARGET= #
_DATADIR= ${DISTNAME:S/-//g:S/.//g}