diff options
author | mycroft <mycroft@pkgsrc.org> | 1998-11-04 14:05:32 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1998-11-04 14:05:32 +0000 |
commit | 3087bb9f66eff43e0da763fa2deb9dd6b2c5025a (patch) | |
tree | f91f0a7505c358f5e592a62aa386dee100d434dc /emulators | |
parent | a5c27ab02ed40f31921581fa0a7b4fd75f25b5bb (diff) | |
download | pkgsrc-3087bb9f66eff43e0da763fa2deb9dd6b2c5025a.tar.gz |
0.34b5.2
Diffstat (limited to 'emulators')
-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 |