diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-07-20 10:55:05 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-07-20 10:55:05 +0000 |
commit | 6ab1ef4241a8caf35009cf55e0c3b2ea4ee764a3 (patch) | |
tree | 6fb6d2bb179787fd1a0718b6fd1aa63bc6d2518f /editors/vim5 | |
parent | 612a5feeb72fbbf8e889c836d465dced660912c0 (diff) | |
download | ports-6ab1ef4241a8caf35009cf55e0c3b2ea4ee764a3.tar.gz ports-6ab1ef4241a8caf35009cf55e0c3b2ea4ee764a3.zip |
Notes
Diffstat (limited to 'editors/vim5')
-rw-r--r-- | editors/vim5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile index 95a125196caa..c72f0a0ea9f3 100644 --- a/editors/vim5/Makefile +++ b/editors/vim5/Makefile @@ -38,7 +38,7 @@ USE_PERL5= yes DIST_SUBDIR= vim WRKSRC= ${WRKDIR}/${DISTNAME}/src PATCH_DIST_ARGS= -d ${WRKDIR}/${DISTNAME} --forward --quiet -E ${PATCH_DIST_STRIP} -MAKE_FLAGS= CONF_ARGS="--prefix=${PREFIX} --with-tlib=termlib" -f +MAKE_FLAGS= CONF_ARGS="--prefix=${PREFIX} --with-tlib=termlib --disable-pythoninterp" -f ALL_TARGET= # PLIST_SUB= VIM_VER=${DISTNAME:S/-//:S/.//} MAN1= vim.1 vimtutor.1 xxd.1 ectags.1 |