diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-26 23:11:03 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-26 23:11:03 +0000 |
commit | b90c232dc768b2e8c059ab6a74a0c7a49797fd3c (patch) | |
tree | 38310996c3cd73dd3aff78c095f64bc2303b56b9 /finance | |
parent | Fix it for alpha. (diff) |
Remove regexp support for tk42.
Notes
Notes:
svn path=/head/; revision=13404
Diffstat (limited to 'finance')
-rw-r--r-- | finance/cbb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/cbb/Makefile b/finance/cbb/Makefile index f078e5c7cf5e..9b5487ed5df0 100644 --- a/finance/cbb/Makefile +++ b/finance/cbb/Makefile @@ -3,7 +3,7 @@ # Date created: 14 September, 1997 # Whom: kline # -# $Id: Makefile,v 1.6 1998/08/08 00:20:19 asami Exp $ +# $Id: Makefile,v 1.7 1998/09/15 21:31:59 asami Exp $ # DISTNAME= cbb-0.73 @@ -16,7 +16,7 @@ MAINTAINER= kline@thought.org # extern.conf could easily be patched to use `plan' over `ical' RUN_DEPENDS= wish4.2:${PORTSDIR}/x11-toolkits/tk42 \ ical:${PORTSDIR}/deskutils/ical -LIB_DEPENDS= tk42\\.1\\.:${PORTSDIR}/x11-toolkits/tk42 +LIB_DEPENDS= tk42.1:${PORTSDIR}/x11-toolkits/tk42 NO_BUILD= yes USE_PERL5= yes |