diff options
author | rh <rh@pkgsrc.org> | 2003-04-01 10:00:20 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2003-04-01 10:00:20 +0000 |
commit | 22445160e8ef6b235df0fdb7dfcefc04fdfe0071 (patch) | |
tree | 3d4303d39a451dbacccd672a5a5de4994adf8171 /graphics/SDLKit/Makefile | |
parent | a0a36d3bd2053bbb7c8bcf30c773eb2ababde6a0 (diff) | |
download | pkgsrc-22445160e8ef6b235df0fdb7dfcefc04fdfe0071.tar.gz |
Make this compile with Mesa 5.0
Diffstat (limited to 'graphics/SDLKit/Makefile')
-rw-r--r-- | graphics/SDLKit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/SDLKit/Makefile b/graphics/SDLKit/Makefile index 1d999731663..c7a16b992cc 100644 --- a/graphics/SDLKit/Makefile +++ b/graphics/SDLKit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/09/29 06:16:52 rh Exp $ +# $NetBSD: Makefile,v 1.2 2003/04/01 10:00:20 rh Exp $ # .include "../../graphics/3DKit/Makefile.common" @@ -8,6 +8,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/SDLKit COMMENT= 3DKit SDL backend +DISTINFO_FILE= ${.CURDIR}/distinfo + .include "../../devel/SDL/buildlink2.mk" .include "../../graphics/RenderKit/buildlink2.mk" .include "../../mk/pthread.buildlink2.mk" |