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 | a37ab353fdf82fc30ee7f2f22ff45fbdb1ab986f (patch) | |
tree | 748a9899df452f6b08f6e936e77c0e79319fb6e8 /games | |
parent | 91a51864b909c403c8671a51770c51af78cfd38e (diff) | |
download | pkgsrc-a37ab353fdf82fc30ee7f2f22ff45fbdb1ab986f.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" |