diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-02-24 21:43:51 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-02-24 21:43:51 +0000 |
commit | 3d4a5438d3b40cb3e80e07af0db3b6635dab8053 (patch) | |
tree | 9137a73e7f46f611647c62150ba20da9a5009917 /mbone/imm | |
parent | activate sendfile (diff) |
Upgrade to use tcl8.1 and tk8.1.
Notes
Notes:
svn path=/head/; revision=9912
Diffstat (limited to 'mbone/imm')
-rw-r--r-- | mbone/imm/Makefile | 6 | ||||
-rw-r--r-- | mbone/imm/files/Makefile.freebsd | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mbone/imm/Makefile b/mbone/imm/Makefile index d435f69a2b9f..870683d5ad9c 100644 --- a/mbone/imm/Makefile +++ b/mbone/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/mbone/imm/files/Makefile.freebsd b/mbone/imm/files/Makefile.freebsd index 51724b551d01..c84e9af025f1 100644 --- a/mbone/imm/files/Makefile.freebsd +++ b/mbone/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 |