summaryrefslogtreecommitdiff
path: root/games/gemdropx
diff options
context:
space:
mode:
authorgrant <grant>2004-11-03 11:27:53 +0000
committergrant <grant>2004-11-03 11:27:53 +0000
commit931cfd1688fc891cd0544aadfe4eb37040e5df0a (patch)
tree748a9899df452f6b08f6e936e77c0e79319fb6e8 /games/gemdropx
parentf50887de3d2df8c92255d63c6a255662eaf21e5e (diff)
downloadpkgsrc-931cfd1688fc891cd0544aadfe4eb37040e5df0a.tar.gz
use GNU make so that the correct value for SDL_LDFLAGS is set.
Diffstat (limited to 'games/gemdropx')
-rw-r--r--games/gemdropx/Makefile3
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"