aboutsummaryrefslogtreecommitdiff
path: root/textproc/enchant
diff options
context:
space:
mode:
authorJulien Laffaye <jlaffaye@FreeBSD.org>2011-07-18 16:21:26 +0000
committerJulien Laffaye <jlaffaye@FreeBSD.org>2011-07-18 16:21:26 +0000
commit5f71edd927e38b1f145dc716bc7984a8f6949390 (patch)
treef1d8d205d2213830bafdd3c045d8febd37e63e7c /textproc/enchant
parent67d3fd0c07882710ca2a55eb0154bc0f4b18bdc3 (diff)
downloadports-5f71edd927e38b1f145dc716bc7984a8f6949390.tar.gz
ports-5f71edd927e38b1f145dc716bc7984a8f6949390.zip
- Connect textproc/hunspell to the build
- Unconnect hungarian/hunspell - Chase hunspell move - Add an entry to MOVED and UPDATING Approved by: bapt (mentor)
Notes
Notes: svn path=/head/; revision=277908
Diffstat (limited to 'textproc/enchant')
-rw-r--r--textproc/enchant/Makefile2
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