From 08354b5cea47e51331a13bcc5e319f054db9a871 Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 15 Oct 2001 11:36:01 +0000 Subject: [PATCH] More dependency breakage: wbd needs tcl,tk. magicpoint will use gettext and mng. And angst uses libnet, which was recently updated to shared (grrr). --- mbone/wbd/Makefile | 10 ++++++---- misc/magicpoint/Makefile | 9 ++++++--- net/angst/Makefile | 4 ++-- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/mbone/wbd/Makefile b/mbone/wbd/Makefile index 2a8183e81b2..197acd7791b 100644 --- a/mbone/wbd/Makefile +++ b/mbone/wbd/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.23 2001/06/20 01:43:26 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.24 2001/10/15 11:36:01 espie Exp $ COMMENT= "shared drawing (whiteboard) tool using multicast" DISTNAME= wbd-1.0ucl4 CATEGORIES= mbone -NEED_VERSION= 1.402 +NEED_VERSION= 1.474 MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/wbd/1.0ucl4/ @@ -16,8 +16,10 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -BUILD_DEPENDS= gs::print/ghostscript/gnu -RUN_DEPENDS= gs::print/ghostscript/gnu +BUILD_DEPENDS= ::print/ghostscript/gnu +RUN_DEPENDS= ::print/ghostscript/gnu +LIB_DEPENDS= tcl80::lang/tcl/8.0 \ + tk80::x11/tk/8.0 MAKE_FILE= makefile WRKDIST= ${WRKDIR}/wbd diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index 449d86dbe82..efe4d991050 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.20 2001/08/28 08:10:21 espie Exp $ +# $OpenBSD: Makefile,v 1.21 2001/10/15 11:36:01 espie Exp $ COMMENT= "X11-based presentation tool" DISTNAME= magicpoint-1.08a CATEGORIES= misc productivity -NEED_VERSION= 1.448 +NEED_VERSION= 1.474 MASTER_SITES= ftp://ftp.mew.org/pub/MagicPoint/ HOMEPAGE= http://www.mew.org/mgp/ @@ -18,7 +18,10 @@ PERMIT_DISTFILES_FTP= Yes # plus sign is for localized (i.e. Japanese) version LIB_DEPENDS+= ttf.1::print/freetype \ - png.2::graphics/png + png.2::graphics/png \ + mng::graphics/libmng + +MODULES= gettext CONFIGURE_STYLE=gnu imake CONFIGURE_ARGS= --disable-vflib diff --git a/net/angst/Makefile b/net/angst/Makefile index 849bd1a1371..b0ce31150f7 100644 --- a/net/angst/Makefile +++ b/net/angst/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2001/03/28 08:28:47 obecian Exp $ +# $OpenBSD: Makefile,v 1.3 2001/10/15 11:36:01 espie Exp $ COMMENT= "active packet sniffer" @@ -10,7 +10,7 @@ MASTER_SITE_SUBDIR= angst HOMEPAGE= http://angst.sourceforge.net/ -BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a::net/libnet +LIB_DEPENDS= net::net/libnet MAINTAINER= Mark Grimes