summaryrefslogtreecommitdiff
path: root/lang/ecl
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-17 06:40:21 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-17 06:40:21 +0000
commit6adf864b810de100bd21887faadcdf85b56a2e52 (patch)
treec5527ff33b4f44978bc044b3f75b747288fdbad8 /lang/ecl
parentConvert to new perl framework (diff)
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Notes
Notes: svn path=/head/; revision=327452
Diffstat (limited to 'lang/ecl')
-rw-r--r--lang/ecl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile
index 4b1d24fa2d03..2e7d51fbfa61 100644
--- a/lang/ecl/Makefile
+++ b/lang/ecl/Makefile
@@ -13,8 +13,8 @@ COMMENT= ANSI Common Lisp implementation
LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp
MAKE_JOBS_UNSAFE= yes
-USES= gmake
-USE_PERL5_BUILD=yes
+USES= gmake perl5
+USE_PERL5= build
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-system-gmp --with-gmp-prefix=${LOCALBASE} --enable-boehm=system
CFLAGS+= -I${LOCALBASE}/include