aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vim6
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-09-25 18:07:46 +0800
committerasami <asami@FreeBSD.org>1998-09-25 18:07:46 +0800
commite8344f8d9da46cc82495fc6afac1ddbe2b9c3f10 (patch)
tree063debb19e67919e6431267749f9dacaee742e4b /editors/vim6
parent6f13f9b4bb2e3ec1b807aed86f12d4d575efbc46 (diff)
downloadfreebsd-ports-gnome-e8344f8d9da46cc82495fc6afac1ddbe2b9c3f10.tar.gz
freebsd-ports-gnome-e8344f8d9da46cc82495fc6afac1ddbe2b9c3f10.tar.zst
freebsd-ports-gnome-e8344f8d9da46cc82495fc6afac1ddbe2b9c3f10.zip
tcl80 has been ELFized.
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