diff options
Diffstat (limited to 'lang/ghc96/Makefile')
-rw-r--r-- | lang/ghc96/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/ghc96/Makefile b/lang/ghc96/Makefile index e0f5010fc35b..4bd0b9bddab9 100644 --- a/lang/ghc96/Makefile +++ b/lang/ghc96/Makefile @@ -1,11 +1,7 @@ PORTREVISION= 0 PKGNAMESUFFIX= 96 -LIB_DEPENDS= ${GMP_LIB_DEPENDS} - -CONFIGURE_ARGS= ${GMP_CONFIGURE_ON} - -OPTIONS_DEFINE= DYNAMIC PROFILE +OPTIONS_DEFINE= DYNAMIC GMP PROFILE GHC_VERSION= 9.6.7 LLVM_VERSION= 15 @@ -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" |