aboutsummaryrefslogtreecommitdiff
path: root/devel/djgpp-gcc/Makefile
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2010-09-15 18:35:24 +0000
committerAde Lovett <ade@FreeBSD.org>2010-09-15 18:35:24 +0000
commit8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch)
tree1e9812bc2638933184cae2b226809eb69253bb9f /devel/djgpp-gcc/Makefile
parentbe8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff)
Notes
Diffstat (limited to 'devel/djgpp-gcc/Makefile')
-rw-r--r--devel/djgpp-gcc/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/djgpp-gcc/Makefile b/devel/djgpp-gcc/Makefile
index 131c2ed63d7e..b966b3208f9e 100644
--- a/devel/djgpp-gcc/Makefile
+++ b/devel/djgpp-gcc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gcc
PORTVERSION= ${GCCVERSION}
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= devel
MASTER_SITES= ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/:djsource \
ftp://ftp.mirror.ac.uk/sites/www.delorie.com/current/v2gnu/:djsource \
@@ -26,10 +26,12 @@ EXTRACT_ONLY= gcc410s2.zip
MAINTAINER= johnson.peter@gmail.com
COMMENT= FSF gcc-4.1 for DJGPP cross-development
+BROKEN= Does not work with autoconf>=2.64 - no upstream fix.
+
BUILD_DEPENDS= ${TARGET}-as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \
${LOCALBASE}/${TARGET}/bin/stubify:${PORTSDIR}/devel/${PKGNAMEPREFIX}crx \
autoconf-2.13:${PORTSDIR}/devel/autoconf213 \
- autoconf-2.62:${PORTSDIR}/devel/autoconf262 \
+ autoconf-2.67:${PORTSDIR}/devel/autoconf267 \
aclocal-1.9:${PORTSDIR}/devel/automake19
.if defined(WITH_FORTRAN)
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \