diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 19:28:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 19:28:32 +0800 |
commit | 969bc9118510a4d1fa6ddb5acff336efa873f9e1 (patch) | |
tree | 9046c148134ea94e73ab1937aa3182cc4af58d4b | |
parent | 853b891bbdbb06b7f22405575ea7255c634d8066 (diff) | |
download | freebsd-ports-gnome-969bc9118510a4d1fa6ddb5acff336efa873f9e1.tar.gz freebsd-ports-gnome-969bc9118510a4d1fa6ddb5acff336efa873f9e1.tar.zst freebsd-ports-gnome-969bc9118510a4d1fa6ddb5acff336efa873f9e1.zip |
Mark jobs unsafe and convert to USES=gmake
-rw-r--r-- | lang/ecl/Makefile | 5 |
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 |