diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 06:40:21 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 06:40:21 +0000 |
commit | 6adf864b810de100bd21887faadcdf85b56a2e52 (patch) | |
tree | c5527ff33b4f44978bc044b3f75b747288fdbad8 /lang/clang-devel | |
parent | Convert to new perl framework (diff) |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Diffstat (limited to 'lang/clang-devel')
-rw-r--r-- | lang/clang-devel/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/lang/clang-devel/Makefile b/lang/clang-devel/Makefile index 05a73262959a..7d8395d88392 100644 --- a/lang/clang-devel/Makefile +++ b/lang/clang-devel/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: clang -# Date created: 24 Oct 2009 -# Whom: Brooks Davis -# +# Created by: Brooks Davis # $FreeBSD$ -# PORTNAME= clang PORTVERSION= 3.4.r${SVN_REV} @@ -37,10 +33,9 @@ BUILD_DEPENDS+= runtest:${PORTSDIR}/misc/dejagnu .endif GNU_CONFIGURE= yes +USES= gmake perl5 USE_BZIP2= yes -USE_GMAKE= yes USE_LDCONFIG= yes -USE_PERL5= yes USE_PYTHON= yes MAKE_ARGS= CLANG_TBLGEN=${WRKSRC}/${RELTYPE}/bin/clang-tblgen \ |