diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-17 14:51:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-17 14:51:04 +0800 |
commit | 0d179b7daca5221c9055d9a0c434f87ec3405750 (patch) | |
tree | f134d7bf940f5f50482b60e36c255e9f239360d6 /lang/clang | |
parent | 9ff37d19d6ac3b540a4597b1a399fc17a26f4635 (diff) | |
download | freebsd-ports-gnome-0d179b7daca5221c9055d9a0c434f87ec3405750.tar.gz freebsd-ports-gnome-0d179b7daca5221c9055d9a0c434f87ec3405750.tar.zst freebsd-ports-gnome-0d179b7daca5221c9055d9a0c434f87ec3405750.zip |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Diffstat (limited to 'lang/clang')
-rw-r--r-- | lang/clang/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/lang/clang/Makefile b/lang/clang/Makefile index 42bf4569036e..f1746f240d90 100644 --- a/lang/clang/Makefile +++ b/lang/clang/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.2 @@ -36,9 +32,8 @@ BUILD_DEPENDS+= runtest:${PORTSDIR}/misc/dejagnu .endif GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake perl5 USE_LDCONFIG= yes -USE_PERL5= yes USE_PYTHON= yes MAKE_ARGS= CLANG_TBLGEN=${WRKSRC}/${RELTYPE}/bin/clang-tblgen \ |