summaryrefslogtreecommitdiff
path: root/games/fire
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-06-26 10:08:31 +0000
committerzuntum <zuntum>2001-06-26 10:08:31 +0000
commit1afb2861c38add749ad61f187cd7c057e16dabc8 (patch)
treef36b9f111755cedd5b532e89b0e4081446956a6c /games/fire
parentfc48c4fd5b4615076896d8250d2582779cb6b2a4 (diff)
downloadpkgsrc-1afb2861c38add749ad61f187cd7c057e16dabc8.tar.gz
o converted to use buildlink.mk
Diffstat (limited to 'games/fire')
-rw-r--r--games/fire/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/games/fire/Makefile b/games/fire/Makefile
index 4e50cd9162f..2069de944b7 100644
--- a/games/fire/Makefile
+++ b/games/fire/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/04/17 21:48:31 rh Exp $
+# $NetBSD: Makefile,v 1.2 2001/06/26 10:08:31 zuntum Exp $
#
DISTNAME= fire-1.0
@@ -9,9 +9,10 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.libsdl.org/projects/fire/index.html
COMMENT= organic fireworks demo
-DEPENDS+= SDL>=1.1.6:../../devel/SDL
-
-GNU_CONFIGURE= YES
-USE_X11= YES
+USE_BUILDLINK_ONLY= YES
+USE_CONFIG_WRAPPER= YES
+GNU_CONFIGURE= YES
+USE_X11= YES
+.include "../../devel/SDL/buildlink.mk"
.include "../../mk/bsd.pkg.mk"