pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/simgear explicitely require plib>=1.8.4, should ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c43ac1c8540
branches:  trunk
changeset: 531358:8c43ac1c8540
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Sat Jul 28 15:51:24 2007 +0000

description:
explicitely require plib>=1.8.4, should fix problem seen in bulk build

diffstat:

 games/simgear/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r cbb4f9e2386e -r 8c43ac1c8540 games/simgear/Makefile
--- a/games/simgear/Makefile    Sat Jul 28 15:25:02 2007 +0000
+++ b/games/simgear/Makefile    Sat Jul 28 15:51:24 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/07/12 19:56:14 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2007/07/28 15:51:24 drochner Exp $
 #
 
 DISTNAME=              SimGear-0.3.10
@@ -17,6 +17,7 @@
 .include "../../audio/openal/buildlink3.mk"
 .include "../../audio/freealut/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
+BUILDLINK_API_DEPENDS.plib+= plib>=1.8.4
 .include "../../games/plib/buildlink3.mk"
 .include "../../graphics/jpeg/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"



Home | Main Index | Thread Index | Old Index