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/bison20 | |
parent | Update to 0.13. (diff) |
Now gettext 0.12.1 is gettext-old.
Diffstat (limited to 'devel/bison20')
-rw-r--r-- | devel/bison20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bison20/Makefile b/devel/bison20/Makefile index 0c56476b12a2..3bfecb68c6c9 100644 --- a/devel/bison20/Makefile +++ b/devel/bison20/Makefile @@ -18,7 +18,7 @@ COMMENT= A parser generator from FSF, (mostly) compatible with Yacc CONFLICTS= bison-[0-9]+ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_BZIP2= yes |