diff options
author | adam <adam> | 2005-07-28 12:43:13 +0000 |
---|---|---|
committer | adam <adam> | 2005-07-28 12:43:13 +0000 |
commit | 8e2873b459b4d92ff04a801dc557a0ebc57e8d24 (patch) | |
tree | a2ad14b6f82082496372a02e64ca529093e108f5 /textproc/gtkspell/Makefile | |
parent | cadceaa4f55300d2b2ef948e52a93384914427b1 (diff) | |
download | pkgsrc-8e2873b459b4d92ff04a801dc557a0ebc57e8d24.tar.gz |
Changes 2.0.11:
* Re-enable apostrophe word-breaking work-arounds
* Additional translations
Diffstat (limited to 'textproc/gtkspell/Makefile')
-rw-r--r-- | textproc/gtkspell/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile index ad7db88e773..d3e6b83dab7 100644 --- a/textproc/gtkspell/Makefile +++ b/textproc/gtkspell/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2005/07/21 16:29:58 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2005/07/28 12:43:13 adam Exp $ -DISTNAME= gtkspell-2.0.10 +DISTNAME= gtkspell-2.0.11 CATEGORIES= textproc devel MASTER_SITES= http://gtkspell.sourceforge.net/download/ @@ -23,5 +23,4 @@ SUBST_SED.subdir= -e 's|SUBDIRS = gtkspell examples docs|SUBDIRS = gtkspell|' .include "../../devel/pkg-config/buildlink3.mk" .include "../../textproc/aspell/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" - .include "../../mk/bsd.pkg.mk" |