summaryrefslogtreecommitdiff
path: root/deskutils/cbb/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-02-19 20:44:06 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-02-19 20:44:06 +0000
commitd97157be9f391395e843ba8d74e7facc2bd5a196 (patch)
treeea993c93ec2ce8c7baf058d395c7fa9c7db6546d /deskutils/cbb/Makefile
parentAdd send() kernel bug workaround to vic too. (diff)
`wishpath' was incorrectly specified.
cbb uses `ical' for its calander, so run depend on it. (could easily be changed to plan for those that perfer it)
Notes
Notes: svn path=/head/; revision=9841
Diffstat (limited to 'deskutils/cbb/Makefile')
-rw-r--r--deskutils/cbb/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/deskutils/cbb/Makefile b/deskutils/cbb/Makefile
index f6b7e846336f..bee23bb75530 100644
--- a/deskutils/cbb/Makefile
+++ b/deskutils/cbb/Makefile
@@ -3,7 +3,7 @@
# Date created: 14 September, 1997
# Whom: kline
#
-# $Id: Makefile,v 1.1 1997/09/03 22:56:51 kline Exp kline $
+# $Id: Makefile,v 1.1.1.1 1997/10/11 04:13:38 obrien Exp $
#
DISTNAME= cbb-0.73
@@ -13,15 +13,17 @@ MASTER_SITES= ftp://ftp.me.umn.edu/pub/finance/ \
MAINTAINER= kline@thought.org
-RUN_DEPENDS= wish4.2:${PORTSDIR}/x11/tk42
+# extern.conf could easily be patched to use `plan' over `ical'
+RUN_DEPENDS= wish4.2:${PORTSDIR}/x11/tk42 \
+ ical:${PORTSDIR}/misc/ical
LIB_DEPENDS= tk42\\.1\\.:${PORTSDIR}/x11/tk42
NO_BUILD= yes
USE_PERL5= yes
pre-configure:
- @${MV} ${WRKSRC}/install.pl ${WRKSRC}/install.pl.in
- @${SED} -e "s:/usr/local:${PREFIX}:" -e "s:lib/cbb:share/cbb:" \
+ ${MV} ${WRKSRC}/install.pl ${WRKSRC}/install.pl.in
+ ${SED} -e "s:/usr/local:${PREFIX}:" -e "s:lib/cbb:share/cbb:" \
${WRKSRC}/install.pl.in > ${WRKSRC}/install.pl
.include <bsd.port.mk>