diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-05-12 09:53:18 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-05-12 09:53:18 +0000 |
commit | 18da63cbec55e78d0209bcce78f073c7e66b0ff1 (patch) | |
tree | 83eb2f3644fd2522435b932c7fbc3e3c8e3f7ce2 /lang/otcl | |
parent | Use MOTIFLIB. Note this is a patch to configure, so the $ in front (diff) |
Depend on tk, not tcl (which is pulled in from tk anyway).
Notes
Notes:
svn path=/head/; revision=18806
Diffstat (limited to 'lang/otcl')
-rw-r--r-- | lang/otcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/otcl/Makefile b/lang/otcl/Makefile index a35363f25540..194082f9e8b4 100644 --- a/lang/otcl/Makefile +++ b/lang/otcl/Makefile @@ -3,7 +3,7 @@ # Date created: 23 April 1999 # Whom: obonilla # -# $Id: Makefile,v 1.1.1.1 1999/04/30 16:36:22 taoka Exp $ +# $Id: Makefile,v 1.2 1999/05/09 16:41:29 steve Exp $ # DISTNAME= otcl-1.0a4 @@ -12,7 +12,7 @@ MASTER_SITES= http://www-mash.cs.berkeley.edu/dist/ MAINTAINER= obonilla@fisicc-ufm.edu -LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 +LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 USE_XLIB= yes |