Date: Wed, 10 Jul 2013 11:15:09 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322643 - head/ukrainian/ispell Message-ID: <201307101115.r6ABF9Tj004460@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Jul 10 11:15:09 2013 New Revision: 322643 URL: http://svnweb.freebsd.org/changeset/ports/322643 Log: Mark job unsafe and convert to USES=gmake Modified: head/ukrainian/ispell/Makefile Modified: head/ukrainian/ispell/Makefile ============================================================================== --- head/ukrainian/ispell/Makefile Wed Jul 10 11:13:43 2013 (r322642) +++ head/ukrainian/ispell/Makefile Wed Jul 10 11:15:09 2013 (r322643) @@ -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 f 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 :-\
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307101115.r6ABF9Tj004460>