diff options
Diffstat (limited to 'lang/ghc92/Makefile')
-rw-r--r-- | lang/ghc92/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/ghc92/Makefile b/lang/ghc92/Makefile index c437b0dea4c9..8501301555b0 100644 --- a/lang/ghc92/Makefile +++ b/lang/ghc92/Makefile @@ -18,11 +18,12 @@ BASE_PACKAGES= Cabal-3.6.3.0 array-0.5.4.0 base-4.16.4.0 binary-0.8.9.0 \ process-1.6.16.0 stm-2.5.0.2 template-haskell-2.18.0.0 \ terminfo-0.4.1.5 text-1.2.5.0 time-1.11.1.1 \ transformers-0.5.6.2 unix-2.7.2.2 xhtml-3000.2.2.1 +BOOT_SCRIPT= ./boot BOOT_GHC_VERSION= 9.2.8 BOOT_LLVM_VERSION= 12 MASTERDIR= ${.CURDIR}/../ghc PATCHDIR= ${.CURDIR}/files -# PLIST for this port is set in the master one +PLIST= ${.CURDIR}/pkg-plist .include "${MASTERDIR}/Makefile" |