diff options
author | bapt <bapt@FreeBSD.org> | 2011-08-02 05:58:24 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-08-02 05:58:24 +0800 |
commit | 0dbbbbc9d953a53fdc8c6fe604ea20dcbb690977 (patch) | |
tree | cf98df02cf2c788a7cf3e833166c354ce7ac5a4d /german | |
parent | 6d3e788282d128677860d25a97ce897b816c3d5a (diff) | |
download | freebsd-ports-gnome-0dbbbbc9d953a53fdc8c6fe604ea20dcbb690977.tar.gz freebsd-ports-gnome-0dbbbbc9d953a53fdc8c6fe604ea20dcbb690977.tar.zst freebsd-ports-gnome-0dbbbbc9d953a53fdc8c6fe604ea20dcbb690977.zip |
Fix build
Reported by: pointyhat (pav@)
Diffstat (limited to 'german')
-rw-r--r-- | german/hunspell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/german/hunspell/Makefile b/german/hunspell/Makefile index 54e1798eb075..236f4cd9a05a 100644 --- a/german/hunspell/Makefile +++ b/german/hunspell/Makefile @@ -15,7 +15,8 @@ DISTNAME= igerman98-${PORTVERSION} MAINTAINER= office@FreeBSD.org COMMENT= Hunspell german dictionary -BUILD_DEPENDS= buildhash:${PORTSDIR}/textproc/ispell +BUILD_DEPENDS= buildhash:${PORTSDIR}/textproc/ispell \ + hunspell:${PORTSDIR}/textproc/hunspell USE_BZIP2= yes ALL_TARGET= hunspell-all |