From ebabc71acb7f2ef333f296329c5839c16a09345d Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 28 Apr 2001 04:14:43 +0000 Subject: Make YO support optional --- russian/rus-ispell/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'russian/rus-ispell') 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 -- cgit