pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/celestia Add dependencies on zlib, glu, and MesaL...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/976b7e8cd974
branches:  trunk
changeset: 485566:976b7e8cd974
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Dec 16 07:19:19 2004 +0000

description:
Add dependencies on zlib, glu, and MesaLib.  The first two were
missing, and the MesaLib dependency was implicit through glut.

diffstat:

 misc/celestia/Makefile.common |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 4204bffb32fa -r 976b7e8cd974 misc/celestia/Makefile.common
--- a/misc/celestia/Makefile.common     Thu Dec 16 07:11:55 2004 +0000
+++ b/misc/celestia/Makefile.common     Thu Dec 16 07:19:19 2004 +0000
@@ -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+=       --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"



Home | Main Index | Thread Index | Old Index