summaryrefslogtreecommitdiff
path: root/russian
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-04-28 04:14:43 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-04-28 04:14:43 +0000
commite0b983c44080d4e823bfebff0a593b9ba99ca5cd (patch)
tree5aa4a11901d4bf6b3fcd79b13af4636b1287ed29 /russian
parentUpdate IPv6 patch to 20010415a. (diff)
Make YO support optional
Notes
Notes: svn path=/head/; revision=41986
Diffstat (limited to 'russian')
-rw-r--r--russian/rus-ispell/Makefile5
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