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: remove superfluous libxcb and l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0698580ed55e
branches:  trunk
changeset: 453265:0698580ed55e
user:      thor <thor%pkgsrc.org@localhost>
date:      Wed May 26 13:03:40 2021 +0000

description:
x11/fltk13: remove superfluous libxcb and libXcursor dependencies

This reverts the recent changes again. I did not see that libXcursor
has been added in the meantime by someone else.

I also verfied that libxcb ends up in the work/.buildink as indirect dependency.

So both added entries in Makefile are gone again.

diffstat:

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

diffs (18 lines):

diff -r c384fb94538d -r 0698580ed55e x11/fltk13/Makefile
--- a/x11/fltk13/Makefile       Wed May 26 12:29:50 2021 +0000
+++ b/x11/fltk13/Makefile       Wed May 26 13:03:40 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2021/05/23 20:58:20 thor Exp $
+# $NetBSD: Makefile,v 1.39 2021/05/26 13:03:40 thor Exp $
 
 DISTNAME=      fltk-1.3.6-source
 PKGNAME=       ${DISTNAME:S/-source//}
@@ -68,8 +68,6 @@
 .  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