diff options
author | steve <steve@FreeBSD.org> | 1998-10-03 21:36:15 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-03 21:36:15 +0000 |
commit | d54ac74114870a85c78b1cede503e1a63cd7c0c3 (patch) | |
tree | e7f515ac713cc1a52b6537385b5e88f5d3ce4452 /x11-toolkits/tk82/Makefile | |
parent | dcefe8dc99619f6e307f8be373328e3adefcd431 (diff) | |
download | FreeBSD-ports-d54ac74114870a85c78b1cede503e1a63cd7c0c3.zip FreeBSD-ports-d54ac74114870a85c78b1cede503e1a63cd7c0c3.tar.gz |
Remove regexp support tcl81 libraries.
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 49a22f3..76c80bf 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 |