diff options
-rw-r--r-- | devel/lldb38/Makefile | 1 | ||||
-rw-r--r-- | devel/lldb38/pkg-descr | 2 | ||||
-rw-r--r-- | lang/clang38/Makefile | 1 | ||||
-rw-r--r-- | lang/clang38/pkg-descr | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/devel/lldb38/Makefile b/devel/lldb38/Makefile index ec0705e12e51..576a13ed4904 100644 --- a/devel/lldb38/Makefile +++ b/devel/lldb38/Makefile @@ -3,6 +3,7 @@ PORTNAME= lldb PORTVERSION= 3.8 +PORTREVISION= 1 CATEGORIES= devel PKGNAMESUFFIX= ${LLVM_SUFFIX} diff --git a/devel/lldb38/pkg-descr b/devel/lldb38/pkg-descr index d9243da27903..9b9a87780f21 100644 --- a/devel/lldb38/pkg-descr +++ b/devel/lldb38/pkg-descr @@ -4,6 +4,6 @@ the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. This is a meta port. The Clang compiler is installed by the -devel/llvm-devel port. +devel/llvm38 port. WWW: http://lldb.llvm.org/ diff --git a/lang/clang38/Makefile b/lang/clang38/Makefile index 4bee753b615f..0839d25d4bac 100644 --- a/lang/clang38/Makefile +++ b/lang/clang38/Makefile @@ -3,6 +3,7 @@ PORTNAME= clang PORTVERSION= 3.8 +PORTREVISION= 1 CATEGORIES= lang devel PKGNAMESUFFIX= ${LLVM_SUFFIX} diff --git a/lang/clang38/pkg-descr b/lang/clang38/pkg-descr index 1df07184406d..9028636c8520 100644 --- a/lang/clang38/pkg-descr +++ b/lang/clang38/pkg-descr @@ -2,6 +2,6 @@ The goal of the Clang project is to create a new C, C++, Objective C and Objective C++ front-end for the LLVM compiler. This is a meta port. The Clang compiler is installed by the -devel/llvm-devel port. +devel/llvm38 port. WWW: http://clang.llvm.org/ |