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 /multimedia/vic/Makefile | |
parent | 9ffeeb2f40dab5eae09e88213ec8e041daab2974 (diff) |
Upgrade to use tcl8.1 and tk8.1.
Notes
Notes:
svn path=/head/; revision=9912
Diffstat (limited to 'multimedia/vic/Makefile')
-rw-r--r-- | multimedia/vic/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/vic/Makefile b/multimedia/vic/Makefile index 5b3b2620a38d..e80beb458fbe 100644 --- a/multimedia/vic/Makefile +++ b/multimedia/vic/Makefile @@ -3,17 +3,17 @@ # Date created: 14 December 1994 # Whom: wollman # -# $Id: Makefile,v 1.11 1997/04/20 13:19:27 wosch Exp $ +# $Id: Makefile,v 1.12 1997/09/11 03:54:53 fenner Exp $ # DISTNAME= vic-2.8 -CATEGORIES= mbone tk80 +CATEGORIES= mbone tk81 MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vic/ DISTFILES= vicsrc-2.8.tar.gz MAINTAINER= fenner@FreeBSD.ORG -LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80 +LIB_DEPENDS= tk81\\.1:${PORTSDIR}/x11/tk81 GNU_CONFIGURE= yes USE_X11= yes |