pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gtk3 Add missing converters/fribidi dependency.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a4b6420ba241
branches:  trunk
changeset: 414955:a4b6420ba241
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Sun Apr 05 14:29:08 2020 +0000

description:
Add missing converters/fribidi dependency.

diffstat:

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

diffs (21 lines):

diff -r b81b1ecb0a9b -r a4b6420ba241 x11/gtk3/Makefile
--- a/x11/gtk3/Makefile Sun Apr 05 14:06:23 2020 +0000
+++ b/x11/gtk3/Makefile Sun Apr 05 14:29:08 2020 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.143 2020/03/31 16:59:58 wiz Exp $
+# $NetBSD: Makefile,v 1.144 2020/04/05 14:29:08 hauke Exp $
 
 DISTNAME=      gtk+-3.24.16
 PKGNAME=       ${DISTNAME:S/gtk/gtk3/}
+PKGREVISION=   1
 CATEGORIES=    x11 gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gtk+/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -68,6 +69,7 @@
 _BUILDING_GTK3=        yes
 .include "modules.mk"
 
+.include "../../converters/fribidi/buildlink3.mk"
 .include "../../databases/shared-mime-info/buildlink3.mk"
 BUILDLINK_API_DEPENDS.atk+=    atk>=2.15.1
 .include "../../devel/atk/buildlink3.mk"



Home | Main Index | Thread Index | Old Index