From 2cd5eb48944a741f43fb1a51a03b9a8738f6dd1b Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 19 Nov 1998 15:40:45 +0000 Subject: Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinary DEPENDS definition. --- emulators/xmame/Makefile | 4 ++-- emulators/xmess/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'emulators') diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index fe94da7fbe0..87bb5d61dc9 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 1998/11/12 23:20:09 frueauf Exp $ +# $NetBSD: Makefile,v 1.25 1998/11/19 15:40:46 agc Exp $ # DISTNAME= xmame-0.34b5.2 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= mycroft@NetBSD.ORG HOMEPAGE= http://drake.dit.upm.es/~mame/ -RUN_DEPENDS= unzip:../../archivers/unzip +DEPENDS= unzip-5.32:../../archivers/unzip DEPENDS+= xpm-3.4k:../../graphics/xpm CONFLICTS= xmame-0.30.1 xmame-0.33b6.1 xmame-0.34b1.1 \ diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index e4239a8840a..d02f5d254a8 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/11/12 23:20:10 frueauf Exp $ +# $NetBSD: Makefile,v 1.7 1998/11/19 15:40:46 agc Exp $ # DISTNAME= unix02b4 @@ -10,7 +10,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= mycroft@NetBSD.ORG HOMEPAGE= http://internetter.com/titan/mess/ -RUN_DEPENDS= unzip:../../archivers/unzip +DEPENDS= unzip-5.32:../../archivers/unzip DEPENDS+= xpm-3.4k:../../graphics/xpm CONFLICTS= xmess-0.1 -- cgit v1.2.3