diff options
author | wiz <wiz@pkgsrc.org> | 2009-01-18 16:04:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-01-18 16:04:13 +0000 |
commit | 086deaea331ace1907d2b6df19738db038acec52 (patch) | |
tree | 5866e0c050aa17a20074cfb08af4d581711f0e82 /emulators | |
parent | a83c4ed085bbb1ac9d13722f6a8bedf8b27f5673 (diff) | |
download | pkgsrc-086deaea331ace1907d2b6df19738db038acec52.tar.gz |
Add conflict with sdlmame.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index e7a8b6b9ed6..74c7679c40a 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.152 2008/03/03 19:21:39 jlam Exp $ +# $NetBSD: Makefile,v 1.153 2009/01/18 16:04:13 wiz Exp $ # DISTNAME= xmame-0.106 @@ -15,6 +15,8 @@ RESTRICTED= selling is not allowed NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} +CONFLICTS= sdlmame-[0-9]* + PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= gmake |