diff options
author | asami <asami@FreeBSD.org> | 1998-09-25 18:07:46 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-25 18:07:46 +0800 |
commit | e8344f8d9da46cc82495fc6afac1ddbe2b9c3f10 (patch) | |
tree | 063debb19e67919e6431267749f9dacaee742e4b /editors | |
parent | 6f13f9b4bb2e3ec1b807aed86f12d4d575efbc46 (diff) | |
download | freebsd-ports-gnome-e8344f8d9da46cc82495fc6afac1ddbe2b9c3f10.tar.gz freebsd-ports-gnome-e8344f8d9da46cc82495fc6afac1ddbe2b9c3f10.tar.zst freebsd-ports-gnome-e8344f8d9da46cc82495fc6afac1ddbe2b9c3f10.zip |
tcl80 has been ELFized.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/e93/Makefile | 4 | ||||
-rw-r--r-- | editors/vim/Makefile | 4 | ||||
-rw-r--r-- | editors/vim5/Makefile | 4 | ||||
-rw-r--r-- | editors/vim6/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/editors/e93/Makefile b/editors/e93/Makefile index e0fcf79b4aa0..0b55cf040d9a 100644 --- a/editors/e93/Makefile +++ b/editors/e93/Makefile @@ -3,7 +3,7 @@ # Date created: 21 June 1995 # Whom: Satoshi Asami (asami) # -# $Id: Makefile,v 1.18 1998/03/17 07:48:56 tg Exp $ +# $Id: Makefile,v 1.19 1998/08/05 09:30:48 asami Exp $ # DISTNAME= e93-1.2r6X @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= editors MAINTAINER= ports@FreeBSD.ORG -LIB_DEPENDS= tcl80\\.1\\.:${PORTSDIR}/lang/tcl80 +LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 MAKEFILE= makefile USE_X_PREFIX= yes diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 44d9ad66dead..37bfce6365b3 100644 --- a/editors/vim/Makefile +++ b/editors/vim/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 diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile index 44d9ad66dead..37bfce6365b3 100644 --- a/editors/vim5/Makefile +++ b/editors/vim5/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 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 |