From b87222ffd1c2d4009671be9561d338ad48c6ede1 Mon Sep 17 00:00:00 2001 From: garga Date: Wed, 23 Feb 2011 15:11:40 +0000 Subject: - Add perl as a RUN dependency since llvm-config is a perl script - Bump PORTREVISION PR: ports/154964 Submitted by: garga@ Approved by: brooks@ (maintainer) --- devel/llvm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/llvm') diff --git a/devel/llvm/Makefile b/devel/llvm/Makefile index f6b23d3e9a10..b54df7e690b9 100644 --- a/devel/llvm/Makefile +++ b/devel/llvm/Makefile @@ -7,7 +7,7 @@ PORTNAME= llvm PORTVERSION= 2.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel lang MASTER_SITES= http://llvm.org/releases/${PORTVERSION}/ EXTRACT_SUFX= .tgz @@ -29,7 +29,7 @@ GNU_CONFIGURE= yes USE_GCC= 4.2+ USE_GMAKE= yes USE_LDCONFIG= yes -USE_PERL5_BUILD=yes +USE_PERL5= yes MAKE_JOBS_SAFE= yes .if defined(MAINTAINER_MODE) -- cgit