summaryrefslogtreecommitdiff
path: root/x11/fltk13
diff options
context:
space:
mode:
authorthor <thor@pkgsrc.org>2021-05-23 20:58:20 +0000
committerthor <thor@pkgsrc.org>2021-05-23 20:58:20 +0000
commitc96f38f3ffa514b76dcb072426b87796e5ef322f (patch)
tree623119b26f45d3a27879403b1c290744fb924e37 /x11/fltk13
parent13721b9371baeb26a876afd8549c951d14aea134 (diff)
downloadpkgsrc-c96f38f3ffa514b76dcb072426b87796e5ef322f.tar.gz
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 (limited to 'x11/fltk13')
-rw-r--r--x11/fltk13/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/fltk13/Makefile b/x11/fltk13/Makefile
index aca0a3b2e5f..b9020099f0f 100644
--- a/x11/fltk13/Makefile
+++ b/x11/fltk13/Makefile
@@ -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 @@ CONFIGURE_ARGS+= --disable-localjpeg --disable-localzlib --disable-localpng
. 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