summaryrefslogtreecommitdiff
path: root/misc/celestia
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-12-16 07:19:19 +0000
committerminskim <minskim@pkgsrc.org>2004-12-16 07:19:19 +0000
commit3d95be83f2a3036c467a35659382150728a991de (patch)
tree855c9ccf610ef174d42dd53e08f24cd4cababf39 /misc/celestia
parent33dc5c35bee0cb001bceefa187eb142c8b8a399a (diff)
downloadpkgsrc-3d95be83f2a3036c467a35659382150728a991de.tar.gz
Add dependencies on zlib, glu, and MesaLib. The first two were
missing, and the MesaLib dependency was implicit through glut.
Diffstat (limited to 'misc/celestia')
-rw-r--r--misc/celestia/Makefile.common5
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/celestia/Makefile.common b/misc/celestia/Makefile.common
index 1878147bb08..74fc23a48bb 100644
--- a/misc/celestia/Makefile.common
+++ b/misc/celestia/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2004/11/16 14:34:39 adam Exp $
+# $NetBSD: Makefile.common,v 1.11 2004/12/16 07:19:19 minskim Exp $
DISTNAME= celestia-${CELESTIA_VERS}
CATEGORIES= misc x11
@@ -33,6 +33,9 @@ CONFIGURE_ARGS+= --with-xinerama
CONFIGURE_ARGS+= --disable-threading
.endif
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/glu/buildlink3.mk"
.include "../../graphics/glut/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"