diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-06-26 10:08:31 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-06-26 10:08:31 +0000 |
commit | 60672704fbceea6ac413f1f173b7d071b0fe1833 (patch) | |
tree | f36b9f111755cedd5b532e89b0e4081446956a6c /games/fire | |
parent | 8b297d083ef692ab4b5d050cbfe108656e0cf901 (diff) | |
download | pkgsrc-60672704fbceea6ac413f1f173b7d071b0fe1833.tar.gz |
o converted to use buildlink.mk
Diffstat (limited to 'games/fire')
-rw-r--r-- | games/fire/Makefile | 11 |
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" |