diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-04-28 04:14:43 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-04-28 04:14:43 +0000 |
commit | e0b983c44080d4e823bfebff0a593b9ba99ca5cd (patch) | |
tree | 5aa4a11901d4bf6b3fcd79b13af4636b1287ed29 /russian | |
parent | 3c90e3c9243ab6e7c74756edebc4ccdf720da4b1 (diff) | |
download | ports-e0b983c44080d4e823bfebff0a593b9ba99ca5cd.tar.gz ports-e0b983c44080d4e823bfebff0a593b9ba99ca5cd.zip |
Notes
Diffstat (limited to 'russian')
-rw-r--r-- | russian/rus-ispell/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/russian/rus-ispell/Makefile b/russian/rus-ispell/Makefile index 5e1e4ace2cb5..93afa405d764 100644 --- a/russian/rus-ispell/Makefile +++ b/russian/rus-ispell/Makefile @@ -7,6 +7,7 @@ PORTNAME= rus-ispell PORTVERSION= 0.99d9 +PORTREVISION= 1 CATEGORIES= russian textproc MASTER_SITES= ftp://mch5.chem.msu.su/pub/russian/ispell/ @@ -15,7 +16,9 @@ MAINTAINER= ache@FreeBSD.org BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell USE_GMAKE= yes -MAKE_ARGS= YO=1 +.if defined(RUS_ISPELL_WITH_YO) +MAKE_ARGS+= YO=1 +.endif .if defined(RUS_ISPELL_LOCAL_DICT) MAKE_ARGS+= LOCAL_DICT=${RUS_ISPELL_LOCAL_DICT} .endif |