summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-07-20 00:52:13 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-07-20 00:52:13 +0000
commit7fd36a9968b5231abebfa0daa786dba5f72745a2 (patch)
tree459c828b73b97e29b37ba5eccf9eea183b4060e2 /editors
parentRe-apply rev 1.38 (remove building with Python (I have NO idea how I (diff)
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)
Notes
Notes: svn path=/head/; revision=30909
Diffstat (limited to 'editors')
-rw-r--r--editors/vim5/Makefile4
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