diff options
author | agc <agc@pkgsrc.org> | 1998-11-19 15:40:45 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-11-19 15:40:45 +0000 |
commit | 2cd5eb48944a741f43fb1a51a03b9a8738f6dd1b (patch) | |
tree | c285dda7482793338f087ec5157582592dfd2d60 /emulators/xmame | |
parent | 1865bbdb5bd94b772305d24c405e38f57a3f919a (diff) | |
download | pkgsrc-2cd5eb48944a741f43fb1a51a03b9a8738f6dd1b.tar.gz |
Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinary
DEPENDS definition.
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |