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 /textproc/goldendict | |
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 'textproc/goldendict')
-rw-r--r-- | textproc/goldendict/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |