svn commit: r322656 - head/lang/ecl
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jul 10 11:28:32 UTC 2013
Author: bapt
Date: Wed Jul 10 11:28:32 2013
New Revision: 322656
URL: http://svnweb.freebsd.org/changeset/ports/322656
Log:
Mark jobs unsafe and convert to USES=gmake
Modified:
head/lang/ecl/Makefile
Modified: head/lang/ecl/Makefile
==============================================================================
--- head/lang/ecl/Makefile Wed Jul 10 11:27:43 2013 (r322655)
+++ head/lang/ecl/Makefile Wed Jul 10 11:28:32 2013 (r322656)
@@ -8,11 +8,12 @@ MASTER_SITES= SF/${PORTNAME}s/${PORTNAME
EXTRACT_SUFX= .tgz
MAINTAINER= olgeni at FreeBSD.org
-COMMENT= An ANSI Common Lisp implementation
+COMMENT= ANSI Common Lisp implementation
LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp
-USE_GMAKE= yes
+MAKE_JOBS_UNSAFE= yes
+USES= gmake
USE_PERL5_BUILD=yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-system-gmp --with-gmp-prefix=${LOCALBASE} --enable-boehm=system
More information about the svn-ports-head
mailing list