Hi,

would anyone use cabal-install without having ghc installed?

Ciao,
        Kili

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/cabal-install/Makefile,v
retrieving revision 1.26
diff -u -p -r1.26 Makefile
--- Makefile    10 Mar 2021 01:33:55 -0000      1.26
+++ Makefile    11 Mar 2021 22:21:50 -0000
@@ -4,7 +4,7 @@ COMMENT =       command-line interface for Cab
 
 DISTNAME =     cabal-install-3.4.0.0
 CATEGORIES =   devel
-REVISION =     0
+REVISION =     1
 
 GH_ACCOUNT =   haskell
 GH_TAGNAME =   ${DISTNAME}
@@ -24,6 +24,8 @@ MODGHC_BUILD =          cabal hackage no
 LIB_DEPENDS =          converters/libiconv \
                        devel/gmp \
                        devel/libffi
+
+RUN_DEPENDS =          lang/ghc
 
 # bootstrap.py handles the extraction of the rest of files.
 EXTRACT_ONLY =         ${DISTNAME}.tar.gz

Reply via email to