summaryrefslogtreecommitdiff
path: root/russian
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2008-09-26 15:33:30 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2008-09-26 15:33:30 +0000
commit779625ae836eb349f5cab0ea74f0142876ff8d17 (patch)
tree44e1f3066b6ed55a8e2fbe70cbde6e69bb3c6671 /russian
parentUpdate to 0.2-beta release. (diff)
Fix BUILD_DEPENDS and RUN_DEPENDS to closer match the needs
Notes
Notes: svn path=/head/; revision=220851
Diffstat (limited to 'russian')
-rw-r--r--russian/rus-ispell/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/russian/rus-ispell/Makefile b/russian/rus-ispell/Makefile
index d13f0854ad2c..a09493939667 100644
--- a/russian/rus-ispell/Makefile
+++ b/russian/rus-ispell/Makefile
@@ -13,8 +13,8 @@ MASTER_SITES= ftp://scon155.phys.msu.su/pub/russian/ispell/
MAINTAINER= ache@FreeBSD.org
COMMENT= New Russian dictionaries for ispell
-BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
-RUN_DEPENDS= ${BUILD_DEPENDS}
+BUILD_DEPENDS= buildhash:${PORTSDIR}/textproc/ispell
+RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
USE_GMAKE= yes
.if defined(RUS_ISPELL_WITH_YO_ONLY)