diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-25 10:07:46 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-25 10:07:46 +0000 |
commit | b6d6b302c94fe4922cbc4550b3fdb06a43de6f8e (patch) | |
tree | 5cb9db5eb8ca0e67fcba05547c0ef9443cb310e3 /editors | |
parent | 41637d44471fe46421e251069fa3e5873a8f2846 (diff) | |
download | ports-b6d6b302c94fe4922cbc4550b3fdb06a43de6f8e.tar.gz ports-b6d6b302c94fe4922cbc4550b3fdb06a43de6f8e.zip |
Notes
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 |