aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorjlaffaye <jlaffaye@FreeBSD.org>2011-07-19 00:21:26 +0800
committerjlaffaye <jlaffaye@FreeBSD.org>2011-07-19 00:21:26 +0800
commitaa377a583505a9b1a110b7b318519b9ed30b1702 (patch)
tree07cab28f6dadd87bf29ea4a576c8bb031a518358 /textproc
parentb8ae43bd366ad22119af8fe13079238d0e2b2f43 (diff)
downloadfreebsd-ports-gnome-aa377a583505a9b1a110b7b318519b9ed30b1702.tar.gz
freebsd-ports-gnome-aa377a583505a9b1a110b7b318519b9ed30b1702.tar.zst
freebsd-ports-gnome-aa377a583505a9b1a110b7b318519b9ed30b1702.zip
- Connect textproc/hunspell to the build
- Unconnect hungarian/hunspell - Chase hunspell move - Add an entry to MOVED and UPDATING Approved by: bapt (mentor)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/enchant/Makefile2
-rw-r--r--textproc/goldendict/Makefile2
-rw-r--r--textproc/mythes/Makefile2
4 files changed, 4 insertions, 3 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 52fa2381934e..920f87c82e8c 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -263,6 +263,7 @@
SUBDIR += htmlsection
SUBDIR += htmltolatex
SUBDIR += humanzip
+ SUBDIR += hunspell
SUBDIR += hy-aspell
SUBDIR += hyperestraier
SUBDIR += hyphen
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
diff --git a/textproc/goldendict/Makefile b/textproc/goldendict/Makefile
index 9f2959957118..68cecd2f3f99 100644
--- a/textproc/goldendict/Makefile
+++ b/textproc/goldendict/Makefile
@@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= bsam@FreeBSD.org
COMMENT= A feature-rich dictionary lookup program (with QT lib)
-LIB_DEPENDS= hunspell-1.2.0:${PORTSDIR}/hungarian/hunspell \
+LIB_DEPENDS= hunspell-1.2.0:${PORTSDIR}/textproc/hunspell \
execinfo:${PORTSDIR}/devel/libexecinfo \
vorbis:${PORTSDIR}/audio/libvorbis
diff --git a/textproc/mythes/Makefile b/textproc/mythes/Makefile
index c5929e880620..dcf96a70cf88 100644
--- a/textproc/mythes/Makefile
+++ b/textproc/mythes/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= SF/hunspell/MyThes/${PORTVERSION}/
MAINTAINER= bapt@FreeBSD.org
COMMENT= Simple thesaurus library
-LIB_DEPENDS= hunspell-1.2.0:${PORTSDIR}/hungarian/hunspell
+LIB_DEPENDS= hunspell-1.2.0:${PORTSDIR}/textproc/hunspell
USE_GNOME= gnomehack
USE_LDCONFIG= yes