summaryrefslogtreecommitdiff
path: root/lang/ecl
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-10 11:28:32 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-10 11:28:32 +0000
commitff660fa4b8f8f7d877fe143c0f8c695376bc4b58 (patch)
tree9046c148134ea94e73ab1937aa3182cc4af58d4b /lang/ecl
parentMark jobs unsafe (diff)
Mark jobs unsafe and convert to USES=gmake
Notes
Notes: svn path=/head/; revision=322656
Diffstat (limited to 'lang/ecl')
-rw-r--r--lang/ecl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile
index f27c3cd7ba33..4b1d24fa2d03 100644
--- a/lang/ecl/Makefile
+++ b/lang/ecl/Makefile
@@ -8,11 +8,12 @@ MASTER_SITES= SF/${PORTNAME}s/${PORTNAME}s/13.5/
EXTRACT_SUFX= .tgz
MAINTAINER= olgeni@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