diff options
author | jseger <jseger@FreeBSD.org> | 1998-02-24 21:43:51 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-02-24 21:43:51 +0000 |
commit | 3aec0069335c9b2947b9f222ada131db44bc8824 (patch) | |
tree | 6da0be1039c24d1cfc2b2c74787e0941bc61c61e /mbone/imm | |
parent | 84f78e4fa42235cb858025fabff93c031a319031 (diff) | |
download | FreeBSD-ports-3aec0069335c9b2947b9f222ada131db44bc8824.zip FreeBSD-ports-3aec0069335c9b2947b9f222ada131db44bc8824.tar.gz |
Upgrade to use tcl8.1 and tk8.1.
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 d435f69..870683d 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 51724b5..c84e9af 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 |