pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/fltk13
Module Name:    pkgsrc
Committed By:   micha
Date:           Tue Apr 21 07:53:56 UTC 2020
Modified Files:
        pkgsrc/x11/fltk13: buildlink3.mk
Log Message:
x11/fltk13: Sync dependencies in bl3 with Makefile
Add libXcursor dependency to bl3.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/fltk13/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/x11/fltk13/buildlink3.mk
diff -u pkgsrc/x11/fltk13/buildlink3.mk:1.14 pkgsrc/x11/fltk13/buildlink3.mk:1.15
--- pkgsrc/x11/fltk13/buildlink3.mk:1.14        Sun Mar 15 22:41:05 2020
+++ pkgsrc/x11/fltk13/buildlink3.mk     Tue Apr 21 07:53:56 2020
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.14 2020/03/15 22:41:05 rillig Exp $
+# $NetBSD: buildlink3.mk,v 1.15 2020/04/21 07:53:56 micha Exp $
 
 BUILDLINK_TREE+=       fltk
 
@@ -22,6 +22,7 @@ pkgbase := fltk
 .endif
 
 .if ${OPSYS} != "Darwin"
+.  include "../../x11/libXcursor/buildlink3.mk"
 .  include "../../x11/libXext/buildlink3.mk"
 .  include "../../x11/libXft/buildlink3.mk"
 .  include "../../x11/libXinerama/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index