diff options
author | wiz <wiz> | 2009-01-18 16:04:48 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-01-18 16:04:48 +0000 |
commit | 6a0eb593ab04af165d807383a9068a1403602198 (patch) | |
tree | 4d35b4e3f312f24a9241cb1c6d2d50219a30d3df | |
parent | 18ef5518376fdddcba5e74cd878c2b8240dca2e5 (diff) | |
download | pkgsrc-6a0eb593ab04af165d807383a9068a1403602198.tar.gz |
Add conflict with sdlmess.
-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} |