diff options
Diffstat (limited to 'lang/ghc94/Makefile')
-rw-r--r-- | lang/ghc94/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/ghc94/Makefile b/lang/ghc94/Makefile index c6e184736c9f..6851bdf61469 100644 --- a/lang/ghc94/Makefile +++ b/lang/ghc94/Makefile @@ -1,11 +1,7 @@ PORTREVISION= 1 PKGNAMESUFFIX= 94 -LIB_DEPENDS= ${GMP_LIB_DEPENDS} - -CONFIGURE_ARGS= ${GMP_CONFIGURE_ON} - -OPTIONS_DEFINE= DYNAMIC PROFILE +OPTIONS_DEFINE= DYNAMIC GMP PROFILE GHC_VERSION= 9.4.8 LLVM_VERSION= 13 @@ -23,6 +19,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" |