From a4f26ebe1ae83222fe52b008eb3053dbcb7bf063 Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 30 Jan 1998 13:56:55 +0000 Subject: Modify individual package Makefiles to use the new way of specifying shared object dependencies (LIB_DEPENDS). --- misc/dotfile/Makefile | 4 ++-- misc/kdeutils/Makefile | 20 ++++++++++---------- misc/most/Makefile | 4 ++-- misc/zorro/Makefile | 4 ++-- 4 files changed, 16 insertions(+), 16 deletions(-) (limited to 'misc') diff --git a/misc/dotfile/Makefile b/misc/dotfile/Makefile index 70afe5d7652..fb1b6be695d 100644 --- a/misc/dotfile/Makefile +++ b/misc/dotfile/Makefile @@ -3,7 +3,7 @@ # Date created: 11/12/96 # Whom: oly@world.std.com # -# $NetBSD: Makefile,v 1.3 1998/01/24 21:00:15 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1998/01/30 13:57:21 agc Exp $ # FreeBSD Id: Makefile,v 1.5 1997/04/20 13:19:30 wosch Exp # @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.imada.ou.dk/pub/dotfile/ MAINTAINER= oly@world.std.com -LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80 +LIB_DEPENDS= tk80.1:${PORTSDIR}/x11/tk80 RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 GNU_CONFIGURE= yes diff --git a/misc/kdeutils/Makefile b/misc/kdeutils/Makefile index dd78d63304d..71ad29dc2c8 100644 --- a/misc/kdeutils/Makefile +++ b/misc/kdeutils/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer # -# $NetBSD: Makefile,v 1.3 1998/01/24 21:08:46 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1998/01/30 13:57:25 agc Exp $ # FreeBSD Id: Makefile,v 1.4 1997/11/28 00:04:18 se Exp # @@ -18,15 +18,15 @@ EXTRACT_SUFX= .src.tgz MAINTAINER= se@freebsd.org BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt -LIB_DEPENDS= qt\\.1\\.3[0-9]:${PORTSDIR}/x11/qt \ - gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ - jpeg\\.[67]\\.:${PORTSDIR}/graphics/jpeg \ - kdecore\\.0\\.1[1-9]:${PORTSDIR}/x11/kdelibs \ - kdeui\\.0\\.1[0-9]:${PORTSDIR}/x11/kdelibs \ - jscript\\.0\\.[1-9]:${PORTSDIR}/x11/kdelibs \ - khtmlw\\.0\\.1[1-9]:${PORTSDIR}/x11/kdelibs \ - kfm\\.0\\.[1-9]:${PORTSDIR}/x11/kdelibs \ - mediatool\\.0\\.[6-9]:${PORTSDIR}/x11/kdelibs +LIB_DEPENDS= qt.1.3[0-9]:${PORTSDIR}/x11/qt \ + gif.[23].:${PORTSDIR}/graphics/giflib \ + jpeg.[67].:${PORTSDIR}/graphics/jpeg \ + kdecore.0.1[1-9]:${PORTSDIR}/x11/kdelibs \ + kdeui.0.1[0-9]:${PORTSDIR}/x11/kdelibs \ + jscript.0.[1-9]:${PORTSDIR}/x11/kdelibs \ + khtmlw.0.1[1-9]:${PORTSDIR}/x11/kdelibs \ + kfm.0.[1-9]:${PORTSDIR}/x11/kdelibs \ + mediatool.0.[6-9]:${PORTSDIR}/x11/kdelibs HAS_CONFIGURE= yes CONFIGURE_ARGS= "--prefix=${PREFIX}" \ diff --git a/misc/most/Makefile b/misc/most/Makefile index 0fa32c83ab4..1dae317fed6 100644 --- a/misc/most/Makefile +++ b/misc/most/Makefile @@ -3,7 +3,7 @@ # Date created: 31 May 1997 # Whom: rhwang@bigpanda.com # -# $NetBSD: Makefile,v 1.2 1998/01/24 21:20:52 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1998/01/30 13:57:23 agc Exp $ # FreeBSD Id: Makefile,v 1.2 1997/06/03 21:52:01 asami Exp # @@ -15,7 +15,7 @@ MASTER_SITES= ftp://space.mit.edu/pub/davis/most/ \ MAINTAINER= rhwang@bigpanda.com -LIB_DEPENDS= slang\\.0\\.99[0-9][0-9]:${PORTSDIR}/devel/libslang +LIB_DEPENDS= slang.0.99[0-9][0-9]:${PORTSDIR}/devel/libslang GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/most diff --git a/misc/zorro/Makefile b/misc/zorro/Makefile index 5618ada311b..47a1d097692 100644 --- a/misc/zorro/Makefile +++ b/misc/zorro/Makefile @@ -3,7 +3,7 @@ # Date created: 03 Aug 1996 # Whom: shanee@rabbit.augusta.de # -# $NetBSD: Makefile,v 1.3 1998/01/24 21:31:35 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1998/01/30 13:57:28 agc Exp $ # FreeBSD Id: Makefile,v 1.9 1997/11/22 19:55:25 jseger Exp # @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/sorted/apps/zorro-1.1p8/ MAINTAINER= shanee@augusta.de -LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80 +LIB_DEPENDS= tk80.1.:${PORTSDIR}/x11/tk80 NO_BUILD= yes -- cgit v1.2.3