aboutsummaryrefslogtreecommitdiff
path: root/textproc/castxml
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-08-07 09:01:58 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-08-07 09:01:58 +0000
commit0d47950996e462531c34b0a983e6a1a94c63d0a3 (patch)
treeaf1328ff9a1c7a4418c85a97a4adff9aaa744ca9 /textproc/castxml
parentb8c419e5f6ea89f22c29ec135fe5e7b827e755dd (diff)
downloadports-0d47950996e462531c34b0a983e6a1a94c63d0a3.tar.gz
ports-0d47950996e462531c34b0a983e6a1a94c63d0a3.zip
textproc/castxml: drop LLVM_40 option after r505416
Reported by: tobik
Notes
Notes: svn path=/head/; revision=508303
Diffstat (limited to 'textproc/castxml')
-rw-r--r--textproc/castxml/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/castxml/Makefile b/textproc/castxml/Makefile
index 261f99e02a08..d03f816b80b7 100644
--- a/textproc/castxml/Makefile
+++ b/textproc/castxml/Makefile
@@ -29,7 +29,7 @@ OPTIONS_SUB= yes
LLVM_DESC= LLVM Version
OPTIONS_SINGLE= LLVM
-OPTIONS_SINGLE_LLVM= LLVM_DEVEL LLVM_80 LLVM_70 LLVM_60 LLVM_40
+OPTIONS_SINGLE_LLVM= LLVM_DEVEL LLVM_80 LLVM_70 LLVM_60
LLVM_DEVEL_DESC= llvm-devel
LLVM_DEVEL_VARS= LLVM_VERSION=-devel
@@ -43,9 +43,6 @@ LLVM_70_VARS= LLVM_VERSION=70
LLVM_60_DESC= LLVM 6
LLVM_60_VARS= LLVM_VERSION=60
-LLVM_40_DESC= LLVM 4
-LLVM_40_VARS= LLVM_VERSION=40
-
DOCS_CMAKE_BOOL= SPHINX_MAN
DOCS_CMAKE_ON= -DSPHINX_EXECUTABLE=${LOCALBASE}/bin/sphinx-build
DOCS_BUILD_DEPENDS= ${LOCALBASE}/bin/sphinx-build:textproc/py-sphinx