aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-09-30 11:54:50 +0800
committerlinimon <linimon@FreeBSD.org>2007-09-30 11:54:50 +0800
commit9bfdd5fe5d580e48a0694197bd5d7c4295d6f094 (patch)
tree4f072ec6e47f8fdb0c7f34c42378be70aa6a1dcb /lang
parent5deb01fa44037208a96f636598697c1772fc0b94 (diff)
downloadfreebsd-ports-gnome-9bfdd5fe5d580e48a0694197bd5d7c4295d6f094.tar.gz
freebsd-ports-gnome-9bfdd5fe5d580e48a0694197bd5d7c4295d6f094.tar.zst
freebsd-ports-gnome-9bfdd5fe5d580e48a0694197bd5d7c4295d6f094.zip
Switch autoconf dependency to 2.61.
PR: ports/116639 Submitted by: aDe
Diffstat (limited to 'lang')
-rw-r--r--lang/ghc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile
index ec53ae67f256..8dc0584006f0 100644
--- a/lang/ghc/Makefile
+++ b/lang/ghc/Makefile
@@ -6,7 +6,7 @@
PORTNAME= ghc
PORTVERSION= 6.6.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang haskell
MASTER_SITES= http://www.haskell.org/ghc/dist/${PORTVERSION}/:source \
http://www.haskell.org/ghc/dist/${PORTVERSION}/FreeBSD/:boot \
@@ -24,7 +24,7 @@ BOOT_DIST4= ghc-${PORTVERSION}-i386-unknown-freebsd4-boot${EXTRACT_SUFX}:boot
BOOT_DIST5= ghc-${PORTVERSION}-i386-unknown-freebsd5-boot${EXTRACT_SUFX}:boot
BOOT_DIST= ghc-${PORTVERSION}-i386-unknown-freebsd6-boot${EXTRACT_SUFX}:boot
-USE_AUTOTOOLS= autoconf:259:env
+USE_AUTOTOOLS= autoconf:261:env
USE_BZIP2= yes
LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4