diff options
-rw-r--r-- | emulators/xmess/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index 1ac458b16b2..7bfef7b37ae 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.91 2008/09/10 00:36:09 gdt Exp $ +# $NetBSD: Makefile,v 1.92 2009/01/18 16:04:48 wiz Exp $ # DISTNAME= xmame-0.106 @@ -18,6 +18,8 @@ NO_BIN_ON_CDROM= ${RESTRICTED} PKG_DESTDIR_SUPPORT= user-destdir +CONFLICTS= sdlmess-[0-9]* + USE_TOOLS+= gmake MAKE_FILE= makefile.unix TARGET= ${PKGBASE} |