diff options
author | mycroft <mycroft> | 1998-11-04 14:06:03 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1998-11-04 14:06:03 +0000 |
commit | def640cf083b3dce3ec6f0f20a33a95427c058c1 (patch) | |
tree | 3dce0ed84daadad1d6e181db6aeca5c6865339ee /emulators/xmame | |
parent | 164a5dda1dbabfba6961addcd0619d03afdd6670 (diff) | |
download | pkgsrc-def640cf083b3dce3ec6f0f20a33a95427c058c1.tar.gz |
Missed a CONFLICT.
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 fc09daeddd2..ea705df6738 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 1998/11/04 14:05:32 mycroft Exp $ +# $NetBSD: Makefile,v 1.23 1998/11/04 14:06:03 mycroft Exp $ # DISTNAME= xmame-0.34b5.2 @@ -15,7 +15,7 @@ RUN_DEPENDS= unzip:../../archivers/unzip DEPENDS+= xpm-3.4k:../../graphics/xpm CONFLICTS= xmame-0.30.1 xmame-0.33b6.1 xmame-0.34b1.1 \ - xmame-0.34b2.1 + xmame-0.34b2.1 xmame-0.34b2.2 USE_X11= yes USE_GMAKE= yes |