diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-12-08 19:58:49 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-12-08 19:58:49 +0000 |
commit | f584da22ee03bf55f4db7ffa79c61aa8ad827ad6 (patch) | |
tree | f7da82208d8de3376467178192bb0f8181f73280 /devel/djgpp-gcc | |
parent | deb6a6b36bfd8259bc9c372e4698cb7c7a8233ce (diff) | |
download | ports-f584da22ee03bf55f4db7ffa79c61aa8ad827ad6.tar.gz ports-f584da22ee03bf55f4db7ffa79c61aa8ad827ad6.zip |
Notes
Diffstat (limited to 'devel/djgpp-gcc')
-rw-r--r-- | devel/djgpp-gcc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/djgpp-gcc/Makefile b/devel/djgpp-gcc/Makefile index ff69b42984b3..04e4b1aa716e 100644 --- a/devel/djgpp-gcc/Makefile +++ b/devel/djgpp-gcc/Makefile @@ -31,8 +31,8 @@ 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.68:${PORTSDIR}/devel/autoconf268 \ - aclocal-1.11:${PORTSDIR}/devel/automake111 + autoconf-2.68:${PORTSDIR}/devel/autoconf \ + aclocal-1.11:${PORTSDIR}/devel/automake .if defined(WITH_FORTRAN) LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ mpfr.4:${PORTSDIR}/math/mpfr |