diff options
author | wiz <wiz@pkgsrc.org> | 2017-10-17 08:34:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-10-17 08:34:24 +0000 |
commit | 675f5727e360fe2476d594a8facd168a29ac046e (patch) | |
tree | 0130c3774d5e044226a3c151faf2872609b4ebbf /textproc | |
parent | a2e35c254fd7f86f7a73a0de91534de46ad78505 (diff) | |
download | pkgsrc-675f5727e360fe2476d594a8facd168a29ac046e.tar.gz |
gtkspell: fix build
Latest gtk-doc does not provide gtkdoc-mktmpl. Use documentation
that is coming with the package instead of rebuilding it.
Set LICENSE.
Bump PKGREVISION.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gtkspell/Makefile | 8 | ||||
-rw-r--r-- | textproc/gtkspell/PLIST | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile index d44a20f4c7a..fdf4aabcb52 100644 --- a/textproc/gtkspell/Makefile +++ b/textproc/gtkspell/Makefile @@ -1,23 +1,23 @@ -# $NetBSD: Makefile,v 1.63 2017/02/12 06:24:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.64 2017/10/17 08:34:24 wiz Exp $ DISTNAME= gtkspell-2.0.16 -PKGREVISION= 24 +PKGREVISION= 25 CATEGORIES= textproc devel MASTER_SITES= http://gtkspell.sourceforge.net/download/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gtkspell.sourceforge.net/ COMMENT= Spell checking GtkTextView widget +LICENSE= gnu-gpl-v2 USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE= gtkspell-2.0.pc.in +CONFIGURE_ARGS+= --disable-gtk-doc .include "../../devel/pango/buildlink3.mk" .include "../../textproc/enchant/buildlink3.mk" -BUILDLINK_API_DEPENDS.gtk-doc+= gtk-doc>=1.20 -.include "../../textproc/gtk-doc/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/gtkspell/PLIST b/textproc/gtkspell/PLIST index 36c487135fd..44fdc25d467 100644 --- a/textproc/gtkspell/PLIST +++ b/textproc/gtkspell/PLIST @@ -1,22 +1,20 @@ -@comment $NetBSD: PLIST,v 1.13 2014/02/20 19:05:40 wiz Exp $ +@comment $NetBSD: PLIST,v 1.14 2017/10/17 08:34:24 wiz Exp $ include/gtkspell-2.0/gtkspell/gtkspell.h lib/libgtkspell.la lib/pkgconfig/gtkspell-2.0.pc share/gtk-doc/html/gtkspell/chapter-tutorial.html share/gtk-doc/html/gtkspell/gtkspell-gtkspell.html +share/gtk-doc/html/gtkspell/gtkspell.devhelp share/gtk-doc/html/gtkspell/gtkspell.devhelp2 share/gtk-doc/html/gtkspell/home.png share/gtk-doc/html/gtkspell/index.html share/gtk-doc/html/gtkspell/index.sgml -share/gtk-doc/html/gtkspell/left-insensitive.png share/gtk-doc/html/gtkspell/left.png share/gtk-doc/html/gtkspell/reference.html -share/gtk-doc/html/gtkspell/right-insensitive.png share/gtk-doc/html/gtkspell/right.png share/gtk-doc/html/gtkspell/style.css share/gtk-doc/html/gtkspell/tutorial-building.html share/gtk-doc/html/gtkspell/tutorial.html -share/gtk-doc/html/gtkspell/up-insensitive.png share/gtk-doc/html/gtkspell/up.png share/locale/af/LC_MESSAGES/gtkspell.mo share/locale/be/LC_MESSAGES/gtkspell.mo |