pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/gemdropx use GNU make so that the correct value ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/611c98ae1792
branches:  trunk
changeset: 482798:611c98ae1792
user:      grant <grant%pkgsrc.org@localhost>
date:      Wed Nov 03 11:27:53 2004 +0000

description:
use GNU make so that the correct value for SDL_LDFLAGS is set.

diffstat:

 games/gemdropx/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b2b84e0b6c14 -r 611c98ae1792 games/gemdropx/Makefile
--- a/games/gemdropx/Makefile   Wed Nov 03 11:22:58 2004 +0000
+++ b/games/gemdropx/Makefile   Wed Nov 03 11:27:53 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/10/03 00:14:44 tv Exp $
+# $NetBSD: Makefile,v 1.10 2004/11/03 11:27:53 grant Exp $
 #
 
 DISTNAME=      gemdropx-0.9
@@ -11,6 +11,7 @@
 COMMENT=       Color puzzle game for X11 similar to Gem Drop
 
 USE_BUILDLINK3=        yes
+USE_GNU_TOOLS+=        make
 
 .include "../../devel/SDL/buildlink3.mk"
 .include "../../audio/SDL_mixer/buildlink3.mk"



Home | Main Index | Thread Index | Old Index