From 3d4a5438d3b40cb3e80e07af0db3b6635dab8053 Mon Sep 17 00:00:00 2001 From: "Justin M. Seger" Date: Tue, 24 Feb 1998 21:43:51 +0000 Subject: Upgrade to use tcl8.1 and tk8.1. --- net/imm/Makefile | 6 +++--- net/imm/files/Makefile.freebsd | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'net/imm') diff --git a/net/imm/Makefile b/net/imm/Makefile index d435f69a2b9f..870683d5ad9c 100644 --- a/net/imm/Makefile +++ b/net/imm/Makefile @@ -3,18 +3,18 @@ # Date created: 13 October 1994 # Whom: wollman # -# $Id: Makefile,v 1.14 1997/09/12 16:39:31 fenner Exp $ +# $Id: Makefile,v 1.15 1997/09/13 16:58:21 fenner Exp $ # DISTNAME= imm-3.5a1 -CATEGORIES= mbone tk80 +CATEGORIES= mbone tk81 MASTER_SITES= ftp://ftp.hawaii.edu/paccom/imm-3.5a1/ DISTFILES= imm.source.tar.Z WRKSRC= ${WRKDIR}/mnm MAINTAINER= fenner@freebsd.org -LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80 +LIB_DEPENDS= tk81\\.1:${PORTSDIR}/x11/tk81 USE_X11= yes diff --git a/net/imm/files/Makefile.freebsd b/net/imm/files/Makefile.freebsd index 51724b551d01..c84e9af025f1 100644 --- a/net/imm/files/Makefile.freebsd +++ b/net/imm/files/Makefile.freebsd @@ -1,11 +1,11 @@ # Some versions of make, like SGI's, use the following variable to # determine which shell to use for executing commands: SHELL = /bin/sh -INCLUDE_DIR = -I${PREFIX}/include -I${LOCALBASE}/include/tcl8.0 -I${LOCALBASE}/include/tk8.0 +INCLUDE_DIR = -I${PREFIX}/include -I${LOCALBASE}/include/tcl8.1 -I${LOCALBASE}/include/tk8.1 # Libraries to use when linking: LIBS = -lm -TKLIBS= -L$(PREFIX)/lib -L${LOCALBASE}/lib -ltk80 -ltcl80 -lX11 +TKLIBS= -L$(PREFIX)/lib -L${LOCALBASE}/lib -ltk81 -ltcl81 -lX11 TARGET = ../freebsd -- cgit v1.2.3