diff options
author | obrien <obrien@FreeBSD.org> | 2000-07-20 08:52:13 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-07-20 08:52:13 +0800 |
commit | 365a4c8fb0e1072a075f260ef64b65dcaf5606d1 (patch) | |
tree | ee1da39cd591013fd51ca9f462ad85240093dafc /editors | |
parent | adae5143f5adce48b40282731eb4e23103a1bb60 (diff) | |
download | freebsd-ports-gnome-365a4c8fb0e1072a075f260ef64b65dcaf5606d1.tar.gz freebsd-ports-gnome-365a4c8fb0e1072a075f260ef64b65dcaf5606d1.tar.zst freebsd-ports-gnome-365a4c8fb0e1072a075f260ef64b65dcaf5606d1.zip |
Fix a mastersite and remove our explicit linking with libxpg4 as Vim 5.7
correctly determines if it is needed (and isn't in FreeBSD 4.1 and later)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile index 978293942802..95a125196caa 100644 --- a/editors/vim5/Makefile +++ b/editors/vim5/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unix/ \ ftp://ftp.vim.org/pub/vim/unix/ \ ftp://ftp.is.co.za/applications/editors/vim/ \ ftp://ftp.prz.tu-berlin.de/pub/unix/editors/vim/unix/ \ - ftp://ftp.progsoc.uts.edu.au/pub/vim/ + ftp://ftp.progsoc.uts.edu.au/pub/vim/unix/ DISTNAME= vim-5.7 DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} ${DISTNAME}-rt${EXTRACT_SUFX} @@ -47,7 +47,7 @@ MLINKS= vim.1 rvim.1 vim.1 rview.1 ectags.1 etags.1 .if !defined(LITE) MLINKS+= vim.1 gvim.1 vim.1 gview.1 vim.1 rgvim.1 vim.1 rgview.1 -MAKE_FLAGS:= X_LIBS=-lxpg4 CONF_OPT_MAX="--enable-max-features" ${MAKE_FLAGS} +MAKE_FLAGS:= CONF_OPT_MAX="--enable-max-features" ${MAKE_FLAGS} .if defined(HAVE_GTK) LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 |