summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorwiz <wiz>2003-08-28 12:56:56 +0000
committerwiz <wiz>2003-08-28 12:56:56 +0000
commita79d3855fe6b62d5089a1247ed272fdb3cf3dcdb (patch)
tree62bb81eb46f2099a082893727657be195759bbad /graphics
parent06adbca70efde0ab26e613635f0042106a609cc6 (diff)
downloadpkgsrc-a79d3855fe6b62d5089a1247ed272fdb3cf3dcdb.tar.gz
Seems to need glu.
Diffstat (limited to 'graphics')
-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"