diff options
author | rillig <rillig@pkgsrc.org> | 2007-06-10 16:03:45 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-06-10 16:03:45 +0000 |
commit | 73c75206291f9a8cf4e8d6ff5a62b05dddb53e91 (patch) | |
tree | 6231ce7c6067a9e0c90a9a4989ec468be6e45e6b /textproc/aspell | |
parent | 1cb6d987c660866d5d151f916739a44c55ff1a9a (diff) | |
download | pkgsrc-73c75206291f9a8cf4e8d6ff5a62b05dddb53e91.tar.gz |
At the moment, there aren't any package options. Reported by Ondrej Tuma
in PR 36467.
Diffstat (limited to 'textproc/aspell')
-rw-r--r-- | textproc/aspell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index e82f3cd0a72..d1c834075ed 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2007/01/06 22:07:42 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2007/06/10 16:03:45 rillig Exp $ # DISTNAME= aspell-0.60.5 @@ -32,6 +32,7 @@ CONFIGURE_ENV+= gt_cv_func_gnugettext1_libintl=yes # https://sourceforge.net/tracker/?func=detail&atid=100245&aid=1336865&group_id=245 # Disable dynamic loading of filters until it is fixed. PKG_OPTIONS_VAR= PKG_OPTIONS.aspell +PKG_SUPPORTED_OPTIONS= # none #PKG_SUPPORTED_OPTIONS= aspell-loadable-filters .include "../../mk/bsd.options.mk" |