pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/gtk3



Module Name:    pkgsrc
Committed By:   hauke
Date:           Sun Apr  5 14:29:08 UTC 2020

Modified Files:
        pkgsrc/x11/gtk3: Makefile

Log Message:
Add missing converters/fribidi dependency.


To generate a diff of this commit:
cvs rdiff -u -r1.143 -r1.144 pkgsrc/x11/gtk3/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/gtk3/Makefile
diff -u pkgsrc/x11/gtk3/Makefile:1.143 pkgsrc/x11/gtk3/Makefile:1.144
--- pkgsrc/x11/gtk3/Makefile:1.143      Tue Mar 31 16:59:58 2020
+++ pkgsrc/x11/gtk3/Makefile    Sun Apr  5 14:29:08 2020
@@ -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 @@ INSTALL_TEMPLATES+=   ../../x11/gtk2/files
 _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