summaryrefslogtreecommitdiff
path: root/editors/vim6
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-09-25 10:07:46 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-09-25 10:07:46 +0000
commitb6d6b302c94fe4922cbc4550b3fdb06a43de6f8e (patch)
tree5cb9db5eb8ca0e67fcba05547c0ef9443cb310e3 /editors/vim6
parenttk80 has been ELFized. (diff)
tcl80 has been ELFized.
Notes
Notes: svn path=/head/; revision=13388
Diffstat (limited to 'editors/vim6')
-rw-r--r--editors/vim6/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim6/Makefile b/editors/vim6/Makefile
index 44d9ad66dead..37bfce6365b3 100644
--- a/editors/vim6/Makefile
+++ b/editors/vim6/Makefile
@@ -4,7 +4,7 @@
# Date created: Sat June 29, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
-# $Id: Makefile,v 1.27 1998/09/05 03:12:55 obrien Exp $
+# $Id: Makefile,v 1.28 1998/09/06 06:19:01 obrien Exp $
#
DISTNAME= vim-5.3
@@ -22,7 +22,7 @@ MAINTAINER= obrien@FreeBSD.org
.if defined(BATCH)
BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80 \
python:${PORTSDIR}/lang/python
-LIB_DEPENDS= tcl80\\.1\\.2:${PORTSDIR}/lang/tcl80
+LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80
RUN_DEPENDS= python:${PORTSDIR}/lang/python
USE_PERL5= yes
.endif