diff options
author | ache <ache@FreeBSD.org> | 2001-04-28 04:14:43 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-04-28 04:14:43 +0000 |
commit | ebabc71acb7f2ef333f296329c5839c16a09345d (patch) | |
tree | 72b35b23c06143e4c4a8def5b2094653f8d6bf7c /russian | |
parent | 215e3f39912a335b6da9e20ac6d810ebba5dc1e5 (diff) | |
download | FreeBSD-ports-ebabc71acb7f2ef333f296329c5839c16a09345d.zip FreeBSD-ports-ebabc71acb7f2ef333f296329c5839c16a09345d.tar.gz |
Make YO support optional
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 5e1e4ac..93afa40 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 |