diff options
author | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-18 16:21:26 +0000 |
---|---|---|
committer | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-18 16:21:26 +0000 |
commit | 5f71edd927e38b1f145dc716bc7984a8f6949390 (patch) | |
tree | f1d8d205d2213830bafdd3c045d8febd37e63e7c /textproc/enchant | |
parent | 67d3fd0c07882710ca2a55eb0154bc0f4b18bdc3 (diff) |
Notes
Diffstat (limited to 'textproc/enchant')
-rw-r--r-- | textproc/enchant/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/enchant/Makefile b/textproc/enchant/Makefile index 4dd0fe4839d8..4f1b0e5e6474 100644 --- a/textproc/enchant/Makefile +++ b/textproc/enchant/Makefile @@ -56,7 +56,7 @@ PLIST_SUB+= HSPELL="@comment " .endif .if defined(WITH_HUNSPELL) -LIB_DEPENDS+= hunspell-1.2.0:${PORTSDIR}/hungarian/hunspell +LIB_DEPENDS+= hunspell-1.2.0:${PORTSDIR}/textproc/hunspell CONFIGURE_ARGS+=--enable-myspell PLIST_SUB+= HUNSPELL="" .else |