aboutsummaryrefslogtreecommitdiffstats
path: root/lang/pure
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2015-10-15 22:55:14 +0800
committermat <mat@FreeBSD.org>2015-10-15 22:55:14 +0800
commitabc87d0c357422181c7606b270d496816179270f (patch)
treed30bee8baf5be305289898828fb58299162e2f54 /lang/pure
parent94989b64a49d831e3af8a38f926ad94d0e2bcc11 (diff)
downloadfreebsd-ports-gnome-abc87d0c357422181c7606b270d496816179270f.tar.gz
freebsd-ports-gnome-abc87d0c357422181c7606b270d496816179270f.tar.zst
freebsd-ports-gnome-abc87d0c357422181c7606b270d496816179270f.zip
Drop 8 support.
With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694
Diffstat (limited to 'lang/pure')
-rw-r--r--lang/pure/Makefile6
-rw-r--r--lang/pure/files/pkg-message.in6
2 files changed, 0 insertions, 12 deletions
diff --git a/lang/pure/Makefile b/lang/pure/Makefile
index a8b7f236bb82..bfce164635b4 100644
--- a/lang/pure/Makefile
+++ b/lang/pure/Makefile
@@ -79,12 +79,6 @@ USE_EMACS= yes
MAKE_ARGS+= emacs_prefix=${PREFIX}
.endif
-.if ${OSVERSION} < 900014
-SUB_LIST+= NOCLANG=""
-.else
-SUB_LIST+= NOCLANG="@comment "
-.endif
-
# automatically disable readline support if editline support is available
.if exists(/usr/include/edit/readline/readline.h)
CONFIGURE_ARGS+= --without-readline
diff --git a/lang/pure/files/pkg-message.in b/lang/pure/files/pkg-message.in
index b26d7ade100a..c54345f4f778 100644
--- a/lang/pure/files/pkg-message.in
+++ b/lang/pure/files/pkg-message.in
@@ -9,10 +9,4 @@ A text-based browser, such as one of following
is recommended to use the `help' command inside the
interpreter. Check pure(1) for details.
-%%NOCLANG%%
-%%NOCLANG%%To enable the inline C/C++ code compilation,
-%%NOCLANG%%
-%%NOCLANG%% clang: lang/clang%%LLVM_VERSION%%
-%%NOCLANG%%
-%%NOCLANG%%is required.
====