aboutsummaryrefslogtreecommitdiff
path: root/editors/vim5
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/vim5
parent7ad264fe481c0d0c65a57601281228f011064dd1 (diff)
downloadports-7fd36a9968b5231abebfa0daa786dba5f72745a2.tar.gz
ports-7fd36a9968b5231abebfa0daa786dba5f72745a2.zip
Notes
Diffstat (limited to 'editors/vim5')
-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