summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-04-14 12:24:31 +0000
committeradam <adam@pkgsrc.org>2018-04-14 12:24:31 +0000
commit858907811c3410fe9914b80cae8d05415ddd4d93 (patch)
treefc7990815cf5302f4cefd8746160a80fca55557c /editors
parentae836370cec77cfb8180e008b3c414ce45530651 (diff)
downloadpkgsrc-858907811c3410fe9914b80cae8d05415ddd4d93.tar.gz
gobject3: buildlink3 -> DEPENDS
Diffstat (limited to 'editors')
-rw-r--r--editors/gedit3/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/editors/gedit3/Makefile b/editors/gedit3/Makefile
index c5d81b79228..00581168327 100644
--- a/editors/gedit3/Makefile
+++ b/editors/gedit3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2018/03/12 11:16:23 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2018/04/14 12:24:31 adam Exp $
DISTNAME= gedit-3.22.1
PKGREVISION= 2
@@ -11,10 +11,10 @@ HOMEPAGE= https://wiki.gnome.org/Apps/Gedit
COMMENT= Lightweight GNOME UTF-8 text editor
LICENSE= gnu-gpl-v2
-GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_TOOLS+= gmake intltool msgfmt perl pkg-config
USE_PKGLOCALEDIR= yes
+USE_TOOLS+= gmake intltool msgfmt perl pkg-config
+GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= data/gedit.pc.in
PY_PATCHPLIST= yes
@@ -28,14 +28,13 @@ CONFIGURE_ARGS+= --disable-maintainer-mode
.include "options.mk"
-BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
-
DEPENDS+= adwaita-icon-theme-[0-9]*:../../graphics/adwaita-icon-theme
+DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
+BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
.include "../../devel/gobject-introspection/buildlink3.mk"
BUILDLINK_API_DEPENDS.libpeas+= libpeas>=1.14.1
.include "../../devel/libpeas/buildlink3.mk"
-.include "../../devel/py-gobject3/buildlink3.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.44.0
.include "../../devel/glib2/schemas.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
@@ -51,5 +50,4 @@ BUILDLINK_API_DEPENDS.gtksourceview3+= gtksourceview3>=3.21.2
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
-
.include "../../mk/bsd.pkg.mk"