diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-09-04 17:07:41 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-09-04 17:07:41 +0000 |
commit | 1206aefbc68ee806c50b4b73a1a6a3025552915c (patch) | |
tree | d39e58621568cecfa0dc332142f1ecf96a806178 /editors/vim | |
parent | - Fix build (diff) |
Work around for bsd.gnome.mk isn't needed any longer.
Submitted by: marcus
Diffstat (limited to 'editors/vim')
-rw-r--r-- | editors/vim/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 45e5018b61e1..04c1eb64bad4 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -7,7 +7,7 @@ # PORTNAME?= vim -PATCHLEVEL= 61 +PATCHLEVEL= 72 PORTVERSION= 6.2.${PATCHLEVEL} PORTREVISION?= 1 CATEGORIES?= editors @@ -18,7 +18,7 @@ PATCH_SITES= ${MASTER_SITES:S/unix/patches/} PATCHFILES!= /usr/bin/jot -s " " -w ${PORTVERSION:C/\.[0-9]*$//}.%03d \ ${PATCHLEVEL} 1 ${PATCHLEVEL} # bits to remove -BADPATCHES= 009 013 019 022 023 024 033 036 038 039 041 042 047 056 057 060 +BADPATCHES= 009 013 019 022 023 024 033 036 038 039 041 042 047 056 057 060 066 .for p in ${BADPATCHES} PATCHFILES:= ${PATCHFILES:N6.2.${p}} .endfor @@ -134,11 +134,6 @@ MAKE_ARGS+= CONF_OPT_PERL="--disable-perlinterp --disable-pythoninterp --disable LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv .endif -# Until the bsd.gnome.mk people fix their damned file -.if defined(WITH_GNOME) -USE_XLIB= yes -.endif - pre-configure: @(cd ${WRKSRC}; ${MAKE} distclean) @${REINPLACE_CMD} -e 's|8\.2|8.3|; \ |