summaryrefslogtreecommitdiff
path: root/graphics/SDLKit
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-08-28 12:56:56 +0000
committerwiz <wiz@pkgsrc.org>2003-08-28 12:56:56 +0000
commit9eb00bb28b932fd51da7b8303ed4d6b99357ae7b (patch)
tree62bb81eb46f2099a082893727657be195759bbad /graphics/SDLKit
parent2a657c2716a684b61fbfc75c4efe9bfb42c771c1 (diff)
downloadpkgsrc-9eb00bb28b932fd51da7b8303ed4d6b99357ae7b.tar.gz
Seems to need glu.
Diffstat (limited to 'graphics/SDLKit')
-rw-r--r--graphics/SDLKit/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/SDLKit/Makefile b/graphics/SDLKit/Makefile
index f062dfbc060..e5ee3d57dd8 100644
--- a/graphics/SDLKit/Makefile
+++ b/graphics/SDLKit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/07/26 21:41:23 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2003/08/28 12:56:56 wiz Exp $
#
.include "../../graphics/3DKit/Makefile.common"
@@ -13,5 +13,6 @@ DISTINFO_FILE= ${.CURDIR}/distinfo
.include "../../devel/SDL/buildlink2.mk"
.include "../../graphics/RenderKit/buildlink2.mk"
+.include "../../graphics/glu/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"