diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2020-08-16 20:00:25 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2020-08-16 20:00:25 +0000 |
commit | 0048486f22b2529583ae75c6e32360b47de998b6 (patch) | |
tree | 4ada138f652fe7e1d523cd7fe33678fceb4478f2 /lang/ghc | |
parent | 28b499e2b3fd8c554e7cd4952f21e79b78b857a9 (diff) | |
download | freebsd-ports-0048486f22b2529583ae75c6e32360b47de998b6.zip |
lang/ghc: Remove some now unused variables.
Diffstat (limited to 'lang/ghc')
-rw-r--r-- | lang/ghc/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index 178b30493468..4e6141f0c1ab 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -72,13 +72,8 @@ PROFILE_SUB_LIST_OFF= WITH_PROFILE="NO" PLIST_SUB= GHC_VERSION=${GHC_VERSION} GHC_LIBDIR=${GHC_LIBDIR_REL} -GHC_VERSION?= ${GHC_VERSION_DEFAULT} -GHC_VERSION_DEFAULT= 8.10.1 -GHC_VERSION_MAJOR= ${GHC_VERSION:S/./ /g:[1]} -GHC_VERSION_MINOR= ${GHC_VERSION:S/./ /g:[2]} - +GHC_VERSION= 8.10.1 HSCOLOUR_VERSION= 1.24.4 - LLVM_VERSION= 90 # LLVM version that bootstrap compiler uses BOOT_LLVM_VERSION= 60 |