diff options
author | ache <ache@FreeBSD.org> | 2008-09-26 23:33:30 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2008-09-26 23:33:30 +0800 |
commit | 1008924d1f9d81597956b86fd6a0074c95fd7e28 (patch) | |
tree | 18f8871c549e9d2a8fd4ef873fe54f6d046cd5f2 /russian | |
parent | fb2cf1d66149d25f70a0d0c56ce75ed4d8beed02 (diff) | |
download | freebsd-ports-gnome-1008924d1f9d81597956b86fd6a0074c95fd7e28.tar.gz freebsd-ports-gnome-1008924d1f9d81597956b86fd6a0074c95fd7e28.tar.zst freebsd-ports-gnome-1008924d1f9d81597956b86fd6a0074c95fd7e28.zip |
Fix BUILD_DEPENDS and RUN_DEPENDS to closer match the needs
Diffstat (limited to 'russian')
-rw-r--r-- | russian/rus-ispell/Makefile | 4 |
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) |