aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2016-02-12 07:07:48 +0800
committerbrooks <brooks@FreeBSD.org>2016-02-12 07:07:48 +0800
commit1d38dc2a518ad5c9f04d670d0d4837d316067df2 (patch)
tree85df07ffe8687c9ea29db49d89f343a3639e743c /lang
parent915442051498ea3252f304d47fea5a123424e28c (diff)
downloadfreebsd-ports-gnome-1d38dc2a518ad5c9f04d670d0d4837d316067df2.tar.gz
freebsd-ports-gnome-1d38dc2a518ad5c9f04d670d0d4837d316067df2.tar.zst
freebsd-ports-gnome-1d38dc2a518ad5c9f04d670d0d4837d316067df2.zip
Refer to devel/llvm38 not -devel in pkg-descr.
PR: 207108 Submitted by: c.kworr@gmail.com
Diffstat (limited to 'lang')
-rw-r--r--lang/clang38/Makefile1
-rw-r--r--lang/clang38/pkg-descr2
2 files changed, 2 insertions, 1 deletions
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/