diff options
-rw-r--r-- | emulators/xmame/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 47bb07db78c..fc09daeddd2 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 1998/09/22 06:11:36 garbled Exp $ +# $NetBSD: Makefile,v 1.22 1998/11/04 14:05:32 mycroft Exp $ # -DISTNAME= xmame-0.34b2.2 +DISTNAME= xmame-0.34b5.2 CATEGORIES= emulators games x11 MASTER_SITES= ftp://drake.dit.upm.es/xmame/ftpsite/ EXTRACT_SUFX= .tgz @@ -14,7 +14,8 @@ HOMEPAGE= http://drake.dit.upm.es/~mame/ RUN_DEPENDS= unzip:../../archivers/unzip DEPENDS+= xpm-3.4k:../../graphics/xpm -CONFLICTS= xmame-0.30.1 xmame-0.33b6.1 xmame-0.34b1.1 +CONFLICTS= xmame-0.30.1 xmame-0.33b6.1 xmame-0.34b1.1 \ + xmame-0.34b2.1 USE_X11= yes USE_GMAKE= yes |