diff options
author | asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
commit | 1501023452eb1fb6acdc28a2196e24dbd99a1212 (patch) | |
tree | 409436ca3502910634e8ede70287fc792e31de14 /deskutils/cbb | |
parent | ced852667e215d5ec6ec32129eb19e8c18852d5e (diff) | |
download | FreeBSD-ports-1501023452eb1fb6acdc28a2196e24dbd99a1212.zip FreeBSD-ports-1501023452eb1fb6acdc28a2196e24dbd99a1212.tar.gz |
Fix up dependencies for ports that moved into the x11-toolkits category.
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 0f221a5..2eaa144 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 |