diff options
author | steve <steve@FreeBSD.org> | 1998-09-26 23:11:03 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-26 23:11:03 +0000 |
commit | b39061174674e573738ce7994ec875b286364860 (patch) | |
tree | 77c9d5b92a7671beba43c3762d02ef1ecca6a013 /deskutils/cbb | |
parent | 0418e4a89c56b7d684ffd05a76db0458f84808dc (diff) | |
download | FreeBSD-ports-b39061174674e573738ce7994ec875b286364860.zip FreeBSD-ports-b39061174674e573738ce7994ec875b286364860.tar.gz |
Remove regexp support for tk42.
Diffstat (limited to 'deskutils/cbb')
-rw-r--r-- | deskutils/cbb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/cbb/Makefile b/deskutils/cbb/Makefile index f078e5c..9b5487e 100644 --- a/deskutils/cbb/Makefile +++ b/deskutils/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 |