diff options
author | steve <steve@FreeBSD.org> | 1998-09-27 07:11:03 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-27 07:11:03 +0800 |
commit | b39061174674e573738ce7994ec875b286364860 (patch) | |
tree | 77c9d5b92a7671beba43c3762d02ef1ecca6a013 /finance/cbb | |
parent | 0418e4a89c56b7d684ffd05a76db0458f84808dc (diff) | |
download | freebsd-ports-gnome-b39061174674e573738ce7994ec875b286364860.tar.gz freebsd-ports-gnome-b39061174674e573738ce7994ec875b286364860.tar.zst freebsd-ports-gnome-b39061174674e573738ce7994ec875b286364860.zip |
Remove regexp support for tk42.
Diffstat (limited to 'finance/cbb')
-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 |