diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-03 21:36:15 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-03 21:36:15 +0000 |
commit | 8298ae6701b12aafd3a0e7bc1eba6ededc6d694c (patch) | |
tree | 2afe77d2ce4909e0e25b2cc3fffb5c09499ede13 /x11-toolkits/tk82/Makefile | |
parent | bebd4995fd8f71f23d946536a7bcfd5e6a2f327b (diff) |
Remove regexp support tcl81 libraries.
Notes
Notes:
svn path=/head/; revision=13612
Diffstat (limited to 'x11-toolkits/tk82/Makefile')
-rw-r--r-- | x11-toolkits/tk82/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/tk82/Makefile b/x11-toolkits/tk82/Makefile index 49a22f39db4e..76c80bfeb348 100644 --- a/x11-toolkits/tk82/Makefile +++ b/x11-toolkits/tk82/Makefile @@ -3,7 +3,7 @@ # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.14 1998/08/07 22:56:47 asami Exp $ +# $Id: Makefile,v 1.15 1998/08/07 23:56:52 asami Exp $ # DISTNAME= tk8.1a2 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_1/ MAINTAINER= jseger@FreeBSD.ORG -LIB_DEPENDS= tcl81\\.1\\.0:${PORTSDIR}/lang/tcl81 +LIB_DEPENDS= tcl81.1:${PORTSDIR}/lang/tcl81 NO_LATEST_LINK= yes WRKSRC= ${WRKDIR}/${DISTNAME}/unix |