diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-23 18:12:26 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-23 18:12:26 +0000 |
commit | 78da40aa98fcf6cb07ce5586fa21a0ebbf344900 (patch) | |
tree | 137406de20fa3d6cc8b974ee1cecac3ea2105c30 /devel/mingw32-binutils | |
parent | Update to 0.13. (diff) |
Now gettext 0.12.1 is gettext-old.
Notes
Notes:
svn path=/head/; revision=98909
Diffstat (limited to 'devel/mingw32-binutils')
-rw-r--r-- | devel/mingw32-binutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/mingw32-binutils/Makefile b/devel/mingw32-binutils/Makefile index 402ee8eee650..d804b9a152a9 100644 --- a/devel/mingw32-binutils/Makefile +++ b/devel/mingw32-binutils/Makefile @@ -25,8 +25,8 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= lev@FreeBSD.org COMMENT= FSF binutils-2.14 for Windows cross-development -BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext +BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext-old +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old BINUTILVERSION= 2.14 PATCHVERSION= 90.20030807.1 |