diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2004-02-24 10:21:49 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2004-02-24 10:21:49 +0000 |
commit | fc1ce0f4df337ec1d82dcbe9517ac4fd2c0aee91 (patch) | |
tree | d402e71502aab059d7165f8cb5b99a9ac03b7ca3 /editors/vim | |
parent | c45f1c40430b4d13629dd45bdacc03f2b9df00fc (diff) | |
download | ports-fc1ce0f4df337ec1d82dcbe9517ac4fd2c0aee91.tar.gz ports-fc1ce0f4df337ec1d82dcbe9517ac4fd2c0aee91.zip |
Notes
Diffstat (limited to 'editors/vim')
-rw-r--r-- | editors/vim/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index bcd5d7628d5d..7a5b7a68a28f 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -37,6 +37,7 @@ WITH_CSCOPE= yes USE_BZIP2= yes USE_REINPLACE= yes +GNU_CONFIGURE= yes DIST_SUBDIR= vim WRKSRC= ${WRKDIR}/vim${PORTVERSION:C/\.[0-9]*$//:S/.//g}/src PATCH_DIST_ARGS= -d ${WRKSRC:S/src$//} --batch --forward --quiet -E ${PATCH_DIST_STRIP} |