diff options
Diffstat (limited to 'devel/llvm35/Makefile')
-rw-r--r-- | devel/llvm35/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/llvm35/Makefile b/devel/llvm35/Makefile index 3ee7b2b32f6c..0d23e84cb30c 100644 --- a/devel/llvm35/Makefile +++ b/devel/llvm35/Makefile @@ -2,6 +2,7 @@ PORTNAME= llvm DISTVERSION= 3.5.2 +PORTREVISION= 1 CATEGORIES= devel lang MASTER_SITES= http://llvm.org/releases/3.5.2/ DISTNAME= ${PORTNAME}-${DISTVERSION}.src @@ -18,7 +19,7 @@ UNIQUENAME= ${PORTNAME}${LLVM_SUFFIX} WRKSRC= ${WRKDIR}/llvm-${DISTVERSION}.src -USES= compiler:c++11-lib execinfo gmake perl5 tar:xz +USES= compiler:c++11-lib execinfo gmake perl5 tar:xz libedit GNU_CONFIGURE= yes GNU_CONFIGURE_PREFIX= ${LLVM_PREFIX} USE_LDCONFIG= ${LLVM_PREFIX}/lib |