diff options
Diffstat (limited to 'lang/ghc/Makefile')
-rw-r--r-- | lang/ghc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index 10ef748a00d2..173877da061b 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -6,7 +6,7 @@ PORTNAME= ghc PORTVERSION= 6.8.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang haskell MASTER_SITES= http://www.haskell.org/ghc/dist/${PORTVERSION}/:source \ http://www.haskell.org/ghc/dist/${PORTVERSION}/FreeBSD/:boot \ @@ -23,7 +23,7 @@ GHC_VERSION= ${PORTVERSION} USE_AUTOTOOLS= autoconf:262:env USE_BZIP2= yes -LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 USE_PERL5= yes USE_GMAKE= yes |