pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/fltk13 x11/fltk13: add explicit depends on libxcb ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4bbc5d93fcd
branches:  trunk
changeset: 453131:e4bbc5d93fcd
user:      thor <thor%pkgsrc.org@localhost>
date:      Sun May 23 20:58:20 2021 +0000

description:
x11/fltk13: add explicit depends on libxcb and libXcursor

These are otherwise found in a host system and possibly cause trouble.

Note that verifypc still has some suggestions that we might want to
add:

verifypc: fontconfig not a direct dependency
verifypc: freetype2 not a direct dependency
verifypc: x11 not a direct dependency
verifypc: xdmcp not a direct dependency
verifypc: xrender not a direct dependency
verifypc: zlib not a direct dependency

diffstat:

 x11/fltk13/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 0e3a5f63a29a -r e4bbc5d93fcd x11/fltk13/Makefile
--- a/x11/fltk13/Makefile       Sun May 23 19:32:34 2021 +0000
+++ b/x11/fltk13/Makefile       Sun May 23 20:58:20 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2021/05/17 10:38:48 micha Exp $
+# $NetBSD: Makefile,v 1.38 2021/05/23 20:58:20 thor Exp $
 
 DISTNAME=      fltk-1.3.6-source
 PKGNAME=       ${DISTNAME:S/-source//}
@@ -68,6 +68,8 @@
 .  include "../../x11/libXext/buildlink3.mk"
 .  include "../../x11/libXft/buildlink3.mk"
 .  include "../../x11/libXinerama/buildlink3.mk"
+.  include "../../x11/libxcb/buildlink3.mk"
+.  include "../../x11/libXcursor/buildlink3.mk"
 BUILDLINK_DEPMETHOD.libXt?=    build
 .  include "../../x11/libXt/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index