pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/simgear



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Dec  4 00:13:07 UTC 2018

Modified Files:
        pkgsrc/games/simgear: buildlink3.mk

Log Message:
simgear: add boost-libs to the buildlink


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/games/simgear/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/simgear/buildlink3.mk
diff -u pkgsrc/games/simgear/buildlink3.mk:1.21 pkgsrc/games/simgear/buildlink3.mk:1.22
--- pkgsrc/games/simgear/buildlink3.mk:1.21     Mon Dec  3 08:35:28 2018
+++ pkgsrc/games/simgear/buildlink3.mk  Tue Dec  4 00:13:07 2018
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.21 2018/12/03 08:35:28 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.22 2018/12/04 00:13:07 nia Exp $
 
 BUILDLINK_TREE+=       simgear
 
@@ -6,11 +6,11 @@ BUILDLINK_TREE+=      simgear
 SIMGEAR_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.simgear+=        simgear>=2018.2.2
-BUILDLINK_ABI_DEPENDS.simgear?=        simgear>=2018.2.2nb7
 BUILDLINK_PKGSRCDIR.simgear?=  ../../games/simgear
 
 .include "../../audio/openal-soft/buildlink3.mk"
 .include "../../devel/boost-headers/buildlink3.mk"
+.include "../../devel/boost-libs/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../graphics/osg/buildlink3.mk"



Home | Main Index | Thread Index | Old Index