diff options
author | obache <obache@pkgsrc.org> | 2010-08-29 09:15:50 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-08-29 09:15:50 +0000 |
commit | c0d1f4d9f755a1a7e23e8c190d854af653468545 (patch) | |
tree | 3b01ad059e5523d16d3c3f2ae1f33e359840b2b4 /editors/gedit | |
parent | 7c5b67672eeccd4e953259a01cb272dcf048911e (diff) | |
download | pkgsrc-c0d1f4d9f755a1a7e23e8c190d854af653468545.tar.gz |
No need gtkdoc-rebase workaround anymore.
Diffstat (limited to 'editors/gedit')
-rw-r--r-- | editors/gedit/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index 63a901d97e5..c12db3e6452 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.105 2010/07/06 15:52:44 drochner Exp $ +# $NetBSD: Makefile,v 1.106 2010/08/29 09:21:00 obache Exp $ # DISTNAME= gedit-2.30.3 @@ -22,10 +22,6 @@ PKGCONFIG_OVERRIDE+= data/gedit.pc.in GCONF_SCHEMAS= gedit.schemas gedit-file-browser.schemas -# Workaround for Upstream Bug#562310. -# for more detail, see also PR#41475. -TOOLS_NOOP+= gtkdoc-rebase - .include "options.mk" .include "../../devel/GConf/schemas.mk" |