diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 06:51:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 06:51:04 +0000 |
commit | 9f48528e6e53a3f6a788a0bfcf5f3d434d79921a (patch) | |
tree | f134d7bf940f5f50482b60e36c255e9f239360d6 /lang/clang31 | |
parent | f25de658a01310d78cbb67209274b82dcbf0878e (diff) |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Notes
Notes:
svn path=/head/; revision=327454
Diffstat (limited to 'lang/clang31')
-rw-r--r-- | lang/clang31/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/lang/clang31/Makefile b/lang/clang31/Makefile index 2cdadb31ac68..a12217f9730f 100644 --- a/lang/clang31/Makefile +++ b/lang/clang31/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= clang31 PORTVERSION= 3.1 @@ -38,10 +34,9 @@ BUILD_DEPENDS+= f2c:${PORTSDIR}/lang/f2c .endif GNU_CONFIGURE= yes +USES= gmake perl5 USE_GCC= 4.2+ -USE_GMAKE= yes USE_LDCONFIG= yes -USE_PERL5= yes USE_PYTHON= yes MAKE_ARGS= CLANG_TBLGEN=${WRKSRC}/${RELTYPE}/bin/clang-tblgen \ |