From 4cb6039ccb063f375822249af53920df7872be54 Mon Sep 17 00:00:00 2001 From: espie Date: Sat, 18 Dec 2004 14:11:40 +0000 Subject: [PATCH] more tcl/tk shit. --- mbone/nte/Makefile | 6 +++--- mbone/vic/Makefile | 6 +++--- mbone/wbd/Makefile | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/mbone/nte/Makefile b/mbone/nte/Makefile index 8ccf267289d..9ec89198400 100644 --- a/mbone/nte/Makefile +++ b/mbone/nte/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2002/12/23 00:37:51 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.22 2004/12/18 14:11:40 espie Exp $ COMMENT= "Network Text Editor multicast tool from UCL" @@ -14,8 +14,8 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes BUILD_DEPENDS= ::mbone/common -LIB_DEPENDS= tcl80.1.5::lang/tcl/8.0 \ - tk80.1.5::x11/tk/8.0 +LIB_DEPENDS= tcl80.1.5:tcl-8.0.*:lang/tcl/8.0 \ + tk80.1.5:tk-8.0.*:x11/tk/8.0 USE_GMAKE= Yes CONFIGURE_STYLE=simple diff --git a/mbone/vic/Makefile b/mbone/vic/Makefile index c2c8feeba73..e865579fd25 100644 --- a/mbone/vic/Makefile +++ b/mbone/vic/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2002/12/23 00:37:51 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.27 2004/12/18 14:11:40 espie Exp $ COMMENT= "MBONE video tool" @@ -13,8 +13,8 @@ PERMIT_DISTFILES_FTP= Yes MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/vic/2.8ucl4/ -LIB_DEPENDS= tcl80.1.5::lang/tcl/8.0 \ - tk80.1.5::x11/tk/8.0 +LIB_DEPENDS= tcl80.1.5:tcl-8.0.*:lang/tcl/8.0 \ + tk80.1.5:tk-8.0.*:x11/tk/8.0 USE_X11= Yes CONFIGURE_STYLE= autoconf diff --git a/mbone/wbd/Makefile b/mbone/wbd/Makefile index ff181b83412..fcc64870776 100644 --- a/mbone/wbd/Makefile +++ b/mbone/wbd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.30 2004/06/26 07:35:07 xsa Exp $ +# $OpenBSD: Makefile,v 1.31 2004/12/18 14:11:40 espie Exp $ COMMENT= "shared drawing (whiteboard) tool using multicast" @@ -15,8 +15,8 @@ PERMIT_DISTFILES_FTP= Yes RUN_DEPENDS= :ghostscript-*:print/ghostscript/gnu BUILD_DEPENDS= ${RUN_DEPENDS} -LIB_DEPENDS= tcl80::lang/tcl/8.0 \ - tk80::x11/tk/8.0 +LIB_DEPENDS= tcl80:tcl-8.0.*:lang/tcl/8.0 \ + tk80:tk-8.0.*:x11/tk/8.0 MAKE_FILE= makefile WRKDIST= ${WRKDIR}/wbd