diff options
author | heinz <heinz@pkgsrc.org> | 2004-03-06 20:08:20 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2004-03-06 20:08:20 +0000 |
commit | 1ea37a8ee1e7860dc3e8adf2b01bb9fa40abb7b2 (patch) | |
tree | e5ff0dbfbb4e5052687ad4ab71c5700c8f0d93e7 /games/rocksndiamonds | |
parent | 23ef8659dd0cd37812e6d9862dd969b664b3209b (diff) | |
download | pkgsrc-1ea37a8ee1e7860dc3e8adf2b01bb9fa40abb7b2.tar.gz |
On MacOS X SDL is always needed, so use rocksndiamonds-sdl and mark this packages with NOT_FOR_PLATFORM
Diffstat (limited to 'games/rocksndiamonds')
-rw-r--r-- | games/rocksndiamonds/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/rocksndiamonds/Makefile b/games/rocksndiamonds/Makefile index 93b4b2ccf6c..eab4769670b 100644 --- a/games/rocksndiamonds/Makefile +++ b/games/rocksndiamonds/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2003/12/17 21:30:39 heinz Exp $ +# $NetBSD: Makefile,v 1.18 2004/03/06 20:08:20 heinz Exp $ # .include "Makefile.common" @@ -7,9 +7,9 @@ COMMENT= Game like Boulder Dash, Emerald Mine, or Sokoban (X11 build) .if ${OPSYS} == "SunOS" ALL_TARGET= solaris -.elif ${OPSYS} == "Darwin" -ALL_TARGET= mac .else ALL_TARGET= x11 .endif CONFLICTS= rocksndiamonds-sdl-[1-9]* +# MacOS X/Darwin always needs sdl, so use rocksndiamonds-sdl +NOT_FOR_PLATFORM= Darwin-*-* |