diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2023-05-17 09:42:53 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2023-05-17 22:21:58 +0300 |
commit | ec3732ac636b8c903597fe60ed6cb09e2cacad93 (patch) | |
tree | ac16eb57b031afdcdb51734495603ab5e7602352 /lang/ghc | |
parent | misc/chatgpt-shell-cli: Update to g20230516 (diff) |
lang/ghc: Remove USES=localbase and USES=iconv.
Apparently these aren't needed anymore.
Add iconv dependency to devel/stack, because it might download old GHC bindists,
which are still using ports libiconv.
Diffstat (limited to 'lang/ghc')
-rw-r--r-- | lang/ghc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index 5a41e5e1c4c9..73b101eccd10 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -1,6 +1,6 @@ PORTNAME= ghc PORTVERSION= ${GHC_VERSION} -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= lang haskell MASTER_SITES= https://www.haskell.org/ghc/dist/${PORTVERSION}/:source \ LOCAL/arrowd/:boot @@ -15,8 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 -USES= autoreconf compiler:c11 gmake iconv:patch,translit \ - localbase:ldflags ncurses perl5 python:build shebangfix \ +USES= autoreconf compiler:c11 gmake \ + ncurses perl5 python:build shebangfix \ tar:xz GNU_CONFIGURE= yes |