pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/freeglut



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Sep 23 11:53:48 UTC 2019

Modified Files:
        pkgsrc/graphics/freeglut: buildlink3.mk

Log Message:
freeglut: Installed headers use glu.h, pull in glu in buildlink3.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/freeglut/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/graphics/freeglut/buildlink3.mk
diff -u pkgsrc/graphics/freeglut/buildlink3.mk:1.12 pkgsrc/graphics/freeglut/buildlink3.mk:1.13
--- pkgsrc/graphics/freeglut/buildlink3.mk:1.12 Sun Jan  7 13:04:13 2018
+++ pkgsrc/graphics/freeglut/buildlink3.mk      Mon Sep 23 11:53:48 2019
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.12 2018/01/07 13:04:13 rillig Exp $
+# $NetBSD: buildlink3.mk,v 1.13 2019/09/23 11:53:48 nia Exp $
 
 BUILDLINK_TREE+=       freeglut
 
@@ -10,6 +10,7 @@ BUILDLINK_ABI_DEPENDS.freeglut+=      freeglu
 BUILDLINK_PKGSRCDIR.freeglut?=         ../../graphics/freeglut
 
 .include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/glu/buildlink3.mk"
 .include "../../x11/libXi/buildlink3.mk"
 .include "../../x11/libXrandr/buildlink3.mk"
 .include "../../x11/libXxf86vm/buildlink3.mk"



Home | Main Index | Thread Index | Old Index