diff options
author | obrien <obrien@FreeBSD.org> | 2004-03-21 03:11:45 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-03-21 03:11:45 +0800 |
commit | 143c6abb4c3950307d6647714ef70f20f1900646 (patch) | |
tree | fb3cb0347c33c4d8ea21d1c900bc19b41d3de09d /editors | |
parent | cdd981b7ded571627316688b1ed41de2aa76a85a (diff) | |
download | freebsd-ports-gnome-143c6abb4c3950307d6647714ef70f20f1900646.tar.gz freebsd-ports-gnome-143c6abb4c3950307d6647714ef70f20f1900646.tar.zst freebsd-ports-gnome-143c6abb4c3950307d6647714ef70f20f1900646.zip |
Back out rev. 1.247 (add GNU_CONFIGURE, which make respect for CC/CFLAGS
flags), as it broke all the CONF_OPT_* knobs.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 6aea753565db..955cb3122b1e 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -37,7 +37,6 @@ 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} |