diff options
author | grant <grant@pkgsrc.org> | 2004-11-03 11:27:53 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-11-03 11:27:53 +0000 |
commit | 4146e1fa001574df3842b27b62e80ff1a0e010a8 (patch) | |
tree | 748a9899df452f6b08f6e936e77c0e79319fb6e8 /games | |
parent | 072cfeb5b3bc97544986a0a192b3289993dde326 (diff) | |
download | pkgsrc-4146e1fa001574df3842b27b62e80ff1a0e010a8.tar.gz |
use GNU make so that the correct value for SDL_LDFLAGS is set.
Diffstat (limited to 'games')
-rw-r--r-- | games/gemdropx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gemdropx/Makefile b/games/gemdropx/Makefile index c12505e5397..400f1b865d4 100644 --- a/games/gemdropx/Makefile +++ b/games/gemdropx/Makefile @@ -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 @@ HOMEPAGE= http://www.newbreedsoftware.com/gemdropx/ 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" |