diff options
author | rakuco <rakuco@FreeBSD.org> | 2013-05-12 16:46:19 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2013-05-12 16:46:19 +0800 |
commit | 470b277a5057565362844262ab5e36b7b904e341 (patch) | |
tree | 1dc3ae1b24a173b35c5d45493166b2cc55adcd50 /print/lyx | |
parent | 165d63d65a0cba83912faec1619cf88cd8c99f40 (diff) | |
download | freebsd-ports-gnome-470b277a5057565362844262ab5e36b7b904e341.tar.gz freebsd-ports-gnome-470b277a5057565362844262ab5e36b7b904e341.tar.zst freebsd-ports-gnome-470b277a5057565362844262ab5e36b7b904e341.zip |
Use shared HUNSPELL description added in r317928.
Diffstat (limited to 'print/lyx')
-rw-r--r-- | print/lyx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 457456ef433c..85fb52a6b660 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -43,7 +43,6 @@ MAN1= lyx.1 lyxclient.1 tex2lyx.1 OPTIONS_DEFINE= ASPELL ENCHANT HUNSPELL NLS OPTIONS_DEFAULT= HUNSPELL NLS ENCHANT_DESC= Spell checking using Enchant -HUNSPELL_DESC= Spell checking using Hunspell .include <bsd.port.options.mk> |