summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2018-05-02 10:49:19 +0000
committerprlw1 <prlw1@pkgsrc.org>2018-05-02 10:49:19 +0000
commit2790d1caae64bd6e0c1fefb4fe40d838e2d92169 (patch)
tree93bb9f3f0fd7f2e230e55757b293d5b202c89785 /editors
parent9e12dcb999015df0a986995c4b9032a7754da749 (diff)
downloadpkgsrc-2790d1caae64bd6e0c1fefb4fe40d838e2d92169.tar.gz
Fix the build of editors/gedit3 after
revision 1.39 date: 2018-04-14 13:24:31 +0100; author: adam; state: Exp; lines: +5 -7; commitid: RjIJejQgPmCCgpyA; gobject3: buildlink3 -> DEPENDS in the same vein as devel/libpeas revision 1.38 date: 2018-04-16 21:48:49 +0100; author: adam; state: Exp; lines: +2 -1; commitid: WD47AIHKmfnEZHyA; libpeas: included py-gobject3-common/buildlink3.mk
Diffstat (limited to 'editors')
-rw-r--r--editors/gedit3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/gedit3/Makefile b/editors/gedit3/Makefile
index db6089f3533..4c46e4b1c60 100644
--- a/editors/gedit3/Makefile
+++ b/editors/gedit3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2018/04/16 14:34:23 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2018/05/02 10:49:19 prlw1 Exp $
DISTNAME= gedit-3.22.1
PKGREVISION= 3
@@ -37,6 +37,7 @@ BUILDLINK_API_DEPENDS.libpeas+= libpeas>=1.14.1
.include "../../devel/libpeas/buildlink3.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.44.0
.include "../../devel/glib2/schemas.mk"
+.include "../../devel/py-gobject3-common/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../sysutils/gsettings-desktop-schemas/buildlink3.mk"