diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1997-09-11 03:55:02 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1997-09-11 03:55:02 +0000 |
commit | c6ac4c37007ebfb6c8e561d4bc20f135175d05a1 (patch) | |
tree | 01ee2b56d87765282e8bd43ce9d2ebcf143ab2cf /mbone/imm | |
parent | c338383bc9ef455c1f60849c44a41ed1f7c28ecb (diff) | |
download | ports-c6ac4c37007ebfb6c8e561d4bc20f135175d05a1.tar.gz ports-c6ac4c37007ebfb6c8e561d4bc20f135175d05a1.zip |
Make port work with tcl/tk 8.0
Notes
Notes:
svn path=/head/; revision=7856
Diffstat (limited to 'mbone/imm')
-rw-r--r-- | mbone/imm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mbone/imm/Makefile b/mbone/imm/Makefile index b22d5c58364f..bef1f50a74ab 100644 --- a/mbone/imm/Makefile +++ b/mbone/imm/Makefile @@ -3,18 +3,18 @@ # Date created: 13 October 1994 # Whom: wollman # -# $Id: Makefile,v 1.10 1996/11/19 21:42:08 fenner Exp $ +# $Id: Makefile,v 1.11 1997/04/20 13:19:20 wosch Exp $ # DISTNAME= imm-3.5a1 -CATEGORIES= mbone tk41 +CATEGORIES= mbone tk80 MASTER_SITES= ftp://ftp.hawaii.edu/paccom/imm-3.5a1/ DISTFILES= imm.source.tar.Z WRKSRC= ${WRKDIR}/mnm MAINTAINER= fenner@freebsd.org -LIB_DEPENDS= tk41\\.1:${PORTSDIR}/x11/tk41 +LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80 USE_X11= yes |