Depend on tk, not tcl (which is pulled in from tk anyway).

This commit is contained in:
Satoshi Asami 1999-05-12 09:53:18 +00:00
parent e0f293e62c
commit 18da63cbec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18806

View file

@ -3,7 +3,7 @@
# Date created: 23 April 1999 # Date created: 23 April 1999
# Whom: obonilla # 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 DISTNAME= otcl-1.0a4
@ -12,7 +12,7 @@ MASTER_SITES= http://www-mash.cs.berkeley.edu/dist/
MAINTAINER= obonilla@fisicc-ufm.edu MAINTAINER= obonilla@fisicc-ufm.edu
LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
USE_XLIB= yes USE_XLIB= yes