summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authordrochner <drochner>2007-07-28 15:51:24 +0000
committerdrochner <drochner>2007-07-28 15:51:24 +0000
commita2062c400b7aadf9fec8670e17ed06bf9a919ff1 (patch)
tree1c720e24152b761960afc909c238aaca236df616 /games
parent159428530f93702aa3731b866ba82b7b86aad148 (diff)
downloadpkgsrc-a2062c400b7aadf9fec8670e17ed06bf9a919ff1.tar.gz
explicitely require plib>=1.8.4, should fix problem seen in bulk build
Diffstat (limited to 'games')
-rw-r--r--games/simgear/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/simgear/Makefile b/games/simgear/Makefile
index 156a369af8e..9e86359aab0 100644
--- a/games/simgear/Makefile
+++ b/games/simgear/Makefile
@@ -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 @@ USE_LANGUAGES= c c++
.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"