diff options
author | steve <steve@FreeBSD.org> | 1998-09-28 01:02:07 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-28 01:02:07 +0000 |
commit | af712b8558142e679c485b7d4d10cef1cce9a3f4 (patch) | |
tree | c61abfaa7998862e2c505f43e0e44089e7221cfb /net/ratoolset | |
parent | 27e47295041ceb542440fbaf6ffaeefd039b0a23 (diff) | |
download | FreeBSD-ports-af712b8558142e679c485b7d4d10cef1cce9a3f4.zip FreeBSD-ports-af712b8558142e679c485b7d4d10cef1cce9a3f4.tar.gz |
Remove regexp support for tk41 library.
Diffstat (limited to 'net/ratoolset')
-rw-r--r-- | net/ratoolset/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ratoolset/Makefile b/net/ratoolset/Makefile index dd71fae..41421d5 100644 --- a/net/ratoolset/Makefile +++ b/net/ratoolset/Makefile @@ -3,7 +3,7 @@ # Date created: May 4th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.5 1998/02/12 15:47:38 hoek Exp $ +# $Id: Makefile,v 1.6 1998/08/07 23:56:44 asami Exp $ # DISTNAME= RAToolSet-3.5.2 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.isi.edu/ra/RAToolSet/ MAINTAINER= jfitz@FreeBSD.ORG -LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11-toolkits/tk41 +LIB_DEPENDS= tk41.1:${PORTSDIR}/x11-toolkits/tk41 GNU_CONFIGURE= Yes CONFIGURE_ENV= TCL_TK_INCLUDE_DIR="${PREFIX}/include/tcl7.5: \ |