summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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