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:   thor
Date:           Sun May 23 20:58:20 UTC 2021

Modified Files:
        pkgsrc/x11/fltk13: Makefile

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/x11/fltk13/Makefile

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/Makefile
diff -u pkgsrc/x11/fltk13/Makefile:1.37 pkgsrc/x11/fltk13/Makefile:1.38
--- pkgsrc/x11/fltk13/Makefile:1.37     Mon May 17 10:38:48 2021
+++ pkgsrc/x11/fltk13/Makefile  Sun May 23 20:58:20 2021
@@ -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 --d
 .  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