diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
commit | 5264cbceb577ae0481e496f827ae4d0e18712945 (patch) | |
tree | 03d79514a3868d93e8dc51510d0a33f4b098dd70 /deskutils/cbb | |
parent | 24d53f75d3bed77cec793c49107c31db659fb9a5 (diff) | |
download | ports-5264cbceb577ae0481e496f827ae4d0e18712945.tar.gz ports-5264cbceb577ae0481e496f827ae4d0e18712945.zip |
Notes
Diffstat (limited to 'deskutils/cbb')
-rw-r--r-- | deskutils/cbb/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/cbb/Makefile b/deskutils/cbb/Makefile index 0f221a5df90a..2eaa144e6a61 100644 --- a/deskutils/cbb/Makefile +++ b/deskutils/cbb/Makefile @@ -3,7 +3,7 @@ # Date created: 14 September, 1997 # Whom: kline # -# $Id: Makefile,v 1.3 1998/02/21 22:37:53 fenner Exp $ +# $Id: Makefile,v 1.4 1998/08/07 22:17:52 asami Exp $ # DISTNAME= cbb-0.73 @@ -14,9 +14,9 @@ MASTER_SITES= ftp://ftp.me.umn.edu/pub/finance/ \ MAINTAINER= kline@thought.org # extern.conf could easily be patched to use `plan' over `ical' -RUN_DEPENDS= wish4.2:${PORTSDIR}/x11/tk42 \ +RUN_DEPENDS= wish4.2:${PORTSDIR}/x11-toolkits/tk42 \ ical:${PORTSDIR}/misc/ical -LIB_DEPENDS= tk42\\.1\\.:${PORTSDIR}/x11/tk42 +LIB_DEPENDS= tk42\\.1\\.:${PORTSDIR}/x11-toolkits/tk42 NO_BUILD= yes USE_PERL5= yes |