summaryrefslogtreecommitdiff
path: root/emulators/xmame/Makefile
diff options
context:
space:
mode:
authoragc <agc>1998-11-19 15:40:45 +0000
committeragc <agc>1998-11-19 15:40:45 +0000
commitbb673b910abe94857f50a7b091c31d07297f26b9 (patch)
treec285dda7482793338f087ec5157582592dfd2d60 /emulators/xmame/Makefile
parent13efefe4837fa4dc3a8b1a14d0d8d617ff67d207 (diff)
downloadpkgsrc-bb673b910abe94857f50a7b091c31d07297f26b9.tar.gz
Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinary
DEPENDS definition.
Diffstat (limited to 'emulators/xmame/Makefile')
-rw-r--r--emulators/xmame/Makefile4
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 \