Sat Aug 25 13:20:58 2018 UTC ()
gtkspell3: remove unused comment


(wiz)
diff -r1.1 -r1.2 pkgsrc/textproc/gtkspell3/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/textproc/gtkspell3/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/gtkspell3/Makefile 2018/08/25 12:03:21 1.1
+++ pkgsrc/textproc/gtkspell3/Makefile 2018/08/25 13:20:58 1.2
@@ -1,22 +1,21 @@ @@ -1,22 +1,21 @@
1# $NetBSD: Makefile,v 1.1 2018/08/25 12:03:21 wiz Exp $ 1# $NetBSD: Makefile,v 1.2 2018/08/25 13:20:58 wiz Exp $
2 2
3DISTNAME= gtkspell3-3.0.9 3DISTNAME= gtkspell3-3.0.9
4CATEGORIES= textproc devel 4CATEGORIES= textproc devel
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkspell/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkspell/}
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://gtkspell.sourceforge.net/ 9HOMEPAGE= http://gtkspell.sourceforge.net/
10COMMENT= Spell checking GtkTextView widget (v3) 10COMMENT= Spell checking GtkTextView widget (v3)
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13USE_TOOLS+= gmake intltool msgfmt pkg-config 13USE_TOOLS+= gmake intltool msgfmt pkg-config
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16PKGCONFIG_OVERRIDE= gtkspell-3.0.pc.in 16PKGCONFIG_OVERRIDE= gtkspell-3.0.pc.in
17CONFIGURE_ARGS+= --disable-gtk-doc 17CONFIGURE_ARGS+= --disable-gtk-doc
18 18
19#.include "../../devel/pango/buildlink3.mk" 
20.include "../../textproc/enchant/buildlink3.mk" 19.include "../../textproc/enchant/buildlink3.mk"
21.include "../../x11/gtk3/buildlink3.mk" 20.include "../../x11/gtk3/buildlink3.mk"
22.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"