diff options
author | asami <asami@FreeBSD.org> | 1999-05-12 17:53:18 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-05-12 17:53:18 +0800 |
commit | f26aaf7aefa61f5fea0371d0632f45daa80aebbd (patch) | |
tree | 2f53a7e1e206336eda7810e2fa2569689e73bf14 /lang | |
parent | 69d0b1d4365948c8cb85cfa679525cd190371984 (diff) | |
download | freebsd-ports-gnome-f26aaf7aefa61f5fea0371d0632f45daa80aebbd.tar.gz freebsd-ports-gnome-f26aaf7aefa61f5fea0371d0632f45daa80aebbd.tar.zst freebsd-ports-gnome-f26aaf7aefa61f5fea0371d0632f45daa80aebbd.zip |
Depend on tk, not tcl (which is pulled in from tk anyway).
Diffstat (limited to 'lang')
-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 |