diff options
author | jlaffaye <jlaffaye@FreeBSD.org> | 2011-07-19 00:21:26 +0800 |
---|---|---|
committer | jlaffaye <jlaffaye@FreeBSD.org> | 2011-07-19 00:21:26 +0800 |
commit | aa377a583505a9b1a110b7b318519b9ed30b1702 (patch) | |
tree | 07cab28f6dadd87bf29ea4a576c8bb031a518358 /editors | |
parent | b8ae43bd366ad22119af8fe13079238d0e2b2f43 (diff) | |
download | freebsd-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 'editors')
-rw-r--r-- | editors/libreoffice/Makefile | 2 | ||||
-rw-r--r-- | editors/textroom/Makefile | 2 | ||||
-rw-r--r-- | editors/texworks/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index b1287efe7217..fa3dd806fff4 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -86,7 +86,7 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ icutu.48:${PORTSDIR}/devel/icu \ jpeg.11:${PORTSDIR}/graphics/jpeg \ curl.6:${PORTSDIR}/ftp/curl \ - hunspell-1.2.0:${PORTSDIR}/hungarian/hunspell \ + hunspell-1.2.0:${PORTSDIR}/textproc/hunspell \ poppler.6:${PORTSDIR}/graphics/poppler \ wpd-0.9.9:${PORTSDIR}/textproc/libwpd \ wpg-0.2.2:${PORTSDIR}/graphics/libwpg \ diff --git a/editors/textroom/Makefile b/editors/textroom/Makefile index c8e514ac8d48..6bbb1ee90182 100644 --- a/editors/textroom/Makefile +++ b/editors/textroom/Makefile @@ -14,7 +14,7 @@ MAINTAINER= admin@mjbrune.org COMMENT= A full screen text editor BUILD_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info -LIB_DEPENDS= hunspell-1.2:${PORTSDIR}/hungarian/hunspell \ +LIB_DEPENDS= hunspell-1.2:${PORTSDIR}/textproc/hunspell \ xml++-2.6.2:${PORTSDIR}/textproc/libxml++26 \ curl.6:${PORTSDIR}/ftp/curl RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile index c3872da172a4..10a9bdb92f5d 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= trebestie@gmail.com COMMENT= A simple TeX front-end program -BUILD_DEPENDS= hunspell:${PORTSDIR}/hungarian/hunspell +BUILD_DEPENDS= hunspell:${PORTSDIR}/textproc/hunspell LIB_DEPENDS= poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \ dbus:${PORTSDIR}/devel/dbus |