pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/rocksndiamonds On MacOS X SDL is always needed,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/251af867cc0f
branches:  trunk
changeset: 470108:251af867cc0f
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sat Mar 06 20:08:20 2004 +0000

description:
On MacOS X  SDL is always needed, so use rocksndiamonds-sdl and mark this packages with NOT_FOR_PLATFORM

diffstat:

 games/rocksndiamonds/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 070f8023f4a0 -r 251af867cc0f games/rocksndiamonds/Makefile
--- a/games/rocksndiamonds/Makefile     Sat Mar 06 18:58:30 2004 +0000
+++ b/games/rocksndiamonds/Makefile     Sat Mar 06 20:08:20 2004 +0000
@@ -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 @@
 
 .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-*-*



Home | Main Index | Thread Index | Old Index