diff options
author | obache <obache@pkgsrc.org> | 2015-01-09 11:34:20 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2015-01-09 11:34:20 +0000 |
commit | b70a79568e2fc820bf7b8e2639eb0d9bb1a5daa4 (patch) | |
tree | a30730e16cc35801c3d53e6cdb81bb85be1d1441 /editors/gedit3 | |
parent | 63cb195fb5477a89537b63e90ac6b078ccc32943 (diff) | |
download | pkgsrc-b70a79568e2fc820bf7b8e2639eb0d9bb1a5daa4.tar.gz |
dependency on default icon theme is in gtk3 base package now, so drop it.
Diffstat (limited to 'editors/gedit3')
-rw-r--r-- | editors/gedit3/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/editors/gedit3/Makefile b/editors/gedit3/Makefile index 7c76e73cd42..51b2f129cad 100644 --- a/editors/gedit3/Makefile +++ b/editors/gedit3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2015/01/09 11:32:47 obache Exp $ +# $NetBSD: Makefile,v 1.21 2015/01/09 11:34:20 obache Exp $ DISTNAME= gedit-3.14.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gedit/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz @@ -29,8 +29,6 @@ CONFIGURE_ARGS+= --disable-maintainer-mode BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool -DEPENDS+= adwaita-icon-theme-[0-9]*:../../graphics/adwaita-icon-theme - .include "../../devel/gobject-introspection/buildlink3.mk" BUILDLINK_API_DEPENDS.libpeas+= libpeas>=1.7.0 .include "../../devel/libpeas/buildlink3.mk" |