diff options
Diffstat (limited to 'lang/ghc92/Makefile')
-rw-r--r-- | lang/ghc92/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lang/ghc92/Makefile b/lang/ghc92/Makefile index 581c993ac89a..b42a367ccc2a 100644 --- a/lang/ghc92/Makefile +++ b/lang/ghc92/Makefile @@ -1,11 +1,9 @@ PORTREVISION= 1 PKGNAMESUFFIX= 92 -LIB_DEPENDS= ${GMP_LIB_DEPENDS} +OPTIONS_DEFINE= DYNAMIC GMP -CONFIGURE_ARGS= ${GMP_CONFIGURE_ON} - -OPTIONS_DEFINE= DYNAMIC PROFILE +DYNAMIC_OFF_FLAVOUR= +no_dynamic_ghc GHC_VERSION= 9.2.8 LLVM_VERSION= 12 @@ -24,6 +22,6 @@ 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" |