diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 11:15:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 11:15:09 +0000 |
commit | 96474aef919f3d062d10b6bce016fc83ee712113 (patch) | |
tree | e4b5821d3943c1f6d16becafab04a9d18346fe35 /ukrainian | |
parent | 60efcc5450a102d131484ae3b6bb3106795a6f2f (diff) |
Notes
Diffstat (limited to 'ukrainian')
-rw-r--r-- | ukrainian/ispell/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/ukrainian/ispell/Makefile b/ukrainian/ispell/Makefile index a6f7fc647a2a..565a36072936 100644 --- a/ukrainian/ispell/Makefile +++ b/ukrainian/ispell/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ukr-ispell -# Date created: 5 Dec 2000 -# Whom: mi -# +# Created by: mi # $FreeBSD$ -# PORTNAME= ispell-uk PORTVERSION= 0.7 @@ -15,9 +11,11 @@ COMMENT= Ukrainian (KOI8-U) dictionary for ISPELL BUILD_DEPENDS= buildhash:${PORTSDIR}/textproc/ispell +MAKE_JOBS_UNSAFE= yes + +USES= gmake USE_BZIP2= YES ALL_TARGET= koi -USE_GMAKE= YES USE_PERL5= yes # Still need gmake for other reasons :-\ |