diff options
Diffstat (limited to 'games/brogue/Makefile')
-rw-r--r-- | games/brogue/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/brogue/Makefile b/games/brogue/Makefile index c5fce9747689..c134ea6e3884 100644 --- a/games/brogue/Makefile +++ b/games/brogue/Makefile @@ -23,6 +23,9 @@ GH_PROJECT= BrogueCE .if ${FLAVOR} == x11 USES+= sdl USE_SDL= image2 sdl2 +CONFLICTS_INSTALL= brogue-nox11 +.else +CONFLICTS_INSTALL= brogue .endif MAKE_ARGS= DATADIR=${DATADIR} \ |