diff options
author | obrien <obrien@FreeBSD.org> | 2003-09-04 17:07:41 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-09-04 17:07:41 +0000 |
commit | b3054b7b72c330e453b252f95193abf9f80e23c6 (patch) | |
tree | 82529db546b135c36cfa7f2d947107212ddf35b6 /editors/vim | |
parent | c3ebaa68096b3f3be0b5fde5bc123b3ac6e66217 (diff) | |
download | FreeBSD-ports-b3054b7b72c330e453b252f95193abf9f80e23c6.zip FreeBSD-ports-b3054b7b72c330e453b252f95193abf9f80e23c6.tar.gz |
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 45e5018..04c1eb6 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|; \ |