diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 19:15:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 19:15:09 +0800 |
commit | e97e1521af3f9017adf36c5bc72b886bb3d06853 (patch) | |
tree | e4b5821d3943c1f6d16becafab04a9d18346fe35 /ukrainian | |
parent | b78949d32a97b4477e565beb1a0e66c7910abb08 (diff) | |
download | freebsd-ports-gnome-e97e1521af3f9017adf36c5bc72b886bb3d06853.tar.gz freebsd-ports-gnome-e97e1521af3f9017adf36c5bc72b886bb3d06853.tar.zst freebsd-ports-gnome-e97e1521af3f9017adf36c5bc72b886bb3d06853.zip |
Mark job unsafe and convert to USES=gmake
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 :-\ |