diff options
author | asami <asami@FreeBSD.org> | 1998-09-28 10:31:26 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-28 10:31:26 +0000 |
commit | 398098f7a2685d628fc2e9ab3f6fa6cfb80f5cf0 (patch) | |
tree | 221a5540819b33bc4e3c1cd53bc5e605aa750fdc | |
parent | 273aca73c5bb8f684e72df2232fa83fb1d092164 (diff) | |
download | FreeBSD-ports-398098f7a2685d628fc2e9ab3f6fa6cfb80f5cf0.zip FreeBSD-ports-398098f7a2685d628fc2e9ab3f6fa6cfb80f5cf0.tar.gz |
Remove regexp support for tcl80jp.
-rw-r--r-- | japanese/tk80/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/tk80/Makefile b/japanese/tk80/Makefile index 9a2462a..099fd1c 100644 --- a/japanese/tk80/Makefile +++ b/japanese/tk80/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Dec 1997 # Whom: taguchi@tohoku.iij.ad.jp # -# $Id: Makefile,v 1.4 1998/07/27 00:19:21 steve Exp $ +# $Id: Makefile,v 1.5 1998/08/07 23:55:47 asami Exp $ # DISTNAME= tk8.0p2 @@ -16,7 +16,7 @@ PATCHFILES= tk8.0p2jp1.1b0.patch.gz MAINTAINER= taguchi@tohoku.iij.ad.jp -LIB_DEPENDS= tcl80jp\\.1\\.2:${PORTSDIR}/japanese/tcl80 +LIB_DEPENDS= tcl80jp.1:${PORTSDIR}/japanese/tcl80 VERSION= 8.0 TOPDIR= ${WRKDIR}/tk${VERSION} |